#66F5B6

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

Shades of Aquamarine #66F5B6

Tints of Aquamarine #66F5B6

Color information

#66F5B6 (or 0x66F5B6) is unknown color: approx Aquamarine. HEX triplet: 66, F5 and B6. RGB value is (102,245,182). Sum of RGB (Red+Green+Blue) = 102+245+182=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #66F5B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F5B6 is #990A49. Grayscale: #C3C3C3. Windows color (decimal): -10029642 or 11990374. OLE color: 11990374.

HSL color Cylindrical-coordinate representation of color #66F5B6: hue angle of 153.57º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F5B6 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB102245182-
CMYK0.5800.260.04
HSL153.57º87.73%68.04%-
HSV(B)153.57º58.37%96.08%-
XYZ46.5871.5155.6-
YUV195.06120.6261.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.28%
GREEN value IS 245 (96.09% from 255) = 46.31%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=19.28%
G=46.31%
B=34.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022451820.5800.260.04153.5787.7368.04
Hex66F5B63A01A49a5844
Octal146365266720324232130104
Binary110011011110101101101101110100110101001001101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66F5B6; }

 p { color: rgb(102,245,182); }

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

<style>
 a { background-color: #66F5B6; }

 a { background-color: rgb(102,245,182); }

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

<style>
 span { border-color: #66F5B6; }

 span { border-color: rgb(102,245,182); }

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