#66D6A2

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

Shades of Medium Aquamarine #66D6A2

Tints of Medium Aquamarine #66D6A2

Color information

#66D6A2 (or 0x66D6A2) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D6 and A2. RGB value is (102,214,162). Sum of RGB (Red+Green+Blue) = 102+214+162=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #66D6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D6A2 is #99295D. Grayscale: #AEAEAE. Windows color (decimal): -10037598 or 10671718. OLE color: 10671718.

HSL color Cylindrical-coordinate representation of color #66D6A2: hue angle of 152.14º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D6A2 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB102214162-
CMYK0.5200.240.16
HSL152.14º57.73%61.96%-
HSV(B)152.14º52.34%83.92%-
XYZ36.0553.5342.61-
YUV174.58120.8976.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=21.34%
G=44.77%
B=33.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022141620.5200.240.16152.1457.7361.96
Hex66D6A23401810983a3e
Octal14632624264030202307276
Binary110011011010110101000101101000110001000010011000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,214,162); }

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

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

 a { background-color: rgb(102,214,162); }

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

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

 span { border-color: rgb(102,214,162); }

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