#66CDAE

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

Shades of Medium Aquamarine #66CDAE

Tints of Medium Aquamarine #66CDAE

Color information

#66CDAE (or 0x66CDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CD and AE. RGB value is (102,205,174). Sum of RGB (Red+Green+Blue) = 102+205+174=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDAE is #993251. Grayscale: #AAAAAA. Windows color (decimal): -10039890 or 11455846. OLE color: 11455846.

HSL color Cylindrical-coordinate representation of color #66CDAE: hue angle of 161.94º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CDAE is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB102205174-
CMYK0.5000.150.20
HSL161.94º50.74%60.2%-
HSV(B)161.94º50.24%80.39%-
XYZ34.9549.5447.77-
YUV170.67129.8879.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=21.21%
G=42.62%
B=36.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022051740.5000.150.20161.9450.7460.2
Hex66CDAE320F14a2333c
Octal14631525662017242426374
Binary11001101100110110101110110010011111010010100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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