#66EFC9

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

Shades of Aquamarine #66EFC9

Tints of Aquamarine #66EFC9

Color information

#66EFC9 (or 0x66EFC9) is unknown color: approx Aquamarine. HEX triplet: 66, EF and C9. RGB value is (102,239,201). Sum of RGB (Red+Green+Blue) = 102+239+201=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFC9 is #991036. Grayscale: #C1C1C1. Windows color (decimal): -10031159 or 13234022. OLE color: 13234022.

HSL color Cylindrical-coordinate representation of color #66EFC9: hue angle of 163.36º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFC9 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB102239201-
CMYK0.5700.160.06
HSL163.36º81.07%66.86%-
HSV(B)163.36º57.32%93.73%-
XYZ46.8968.7766.06-
YUV193.7132.1162.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.82%
GREEN value IS 239 (93.75% from 255) = 44.10%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=18.82%
G=44.10%
B=37.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022392010.5700.160.06163.3681.0766.86
Hex66EFC9390106a35143
Octal146357311710206243121103
Binary110011011101111110010011110010100001101010001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,239,201); }

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

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

 a { background-color: rgb(102,239,201); }

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

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

 span { border-color: rgb(102,239,201); }

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