#82F9C1

Color #82F9C1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #82F9C1

Tints of Aquamarine #82F9C1

Color information

#82F9C1 (or 0x82F9C1) is unknown color: approx Aquamarine. HEX triplet: 82, F9 and C1. RGB value is (130,249,193). Sum of RGB (Red+Green+Blue) = 130+249+193=572 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.73% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F9C1 is #7D063E. Grayscale: #CFCFCF. Windows color (decimal): -8193599 or 12712322. OLE color: 12712322.

HSL color Cylindrical-coordinate representation of color #82F9C1: hue angle of 151.76º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9C1 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB130249193-
CMYK0.4800.220.02
HSL151.76º90.84%74.31%-
HSV(B)151.76º47.79%97.65%-
XYZ52.7176.3562.41-
YUV207.04120.0873.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 22.73%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=22.73%
G=43.53%
B=33.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302491930.4800.220.02151.7690.8474.31
Hex82F9C1300162985b4a
Octal202371301600262230133112
Binary100000101111100111000001110000010110101001100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82F9C1; }

 p { color: rgb(130,249,193); }

 H1.HeaderClassName
 {
   color: #82F9C1;
 }
 .AnyTagClassName
 {
   color: #82F9C1;
 }
</style>
background-color css

<style>
 a { background-color: #82F9C1; }

 a { background-color: rgb(130,249,193); }

 div.DivClassName
 {
   background-color: #82F9C1;
 }
 .BgClassName
 {
   background-color: #82F9C1;
 }
</style>
border-color css

<style>
 span { border-color: #82F9C1; }

 span { border-color: rgb(130,249,193); }

 td.TdClassName
 {
   border-color: #82F9C1;
 }
 .TagClassName
 {
   border-color: #82F9C1;
 }
</style>