#66CAAE

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

Shades of Medium Aquamarine #66CAAE

Tints of Medium Aquamarine #66CAAE

Color information

#66CAAE (or 0x66CAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CA and AE. RGB value is (102,202,174). Sum of RGB (Red+Green+Blue) = 102+202+174=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAAE is #993551. Grayscale: #A8A8A8. Windows color (decimal): -10040658 or 11455078. OLE color: 11455078.

HSL color Cylindrical-coordinate representation of color #66CAAE: hue angle of 163.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CAAE is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB102202174-
CMYK0.5000.140.21
HSL163.2º48.54%59.61%-
HSV(B)163.2º49.5%79.22%-
XYZ34.2448.1247.53-
YUV168.91130.8780.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=21.34%
G=42.26%
B=36.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021740.5000.140.21163.248.5459.61
Hex66CAAE320E15a3313c
Octal14631225662016252436174
Binary11001101100101010101110110010011101010110100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,174); }

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

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

 a { background-color: rgb(102,202,174); }

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

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

 span { border-color: rgb(102,202,174); }

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