#66CDAD

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

Shades of Medium Aquamarine #66CDAD

Tints of Medium Aquamarine #66CDAD

Color information

#66CDAD (or 0x66CDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CD and AD. RGB value is (102,205,173). Sum of RGB (Red+Green+Blue) = 102+205+173=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDAD is #993252. Grayscale: #AAAAAA. Windows color (decimal): -10039891 or 11390310. OLE color: 11390310.

HSL color Cylindrical-coordinate representation of color #66CDAD: hue angle of 161.36º 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 #66CDAD is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB102205173-
CMYK0.5000.160.20
HSL161.36º50.74%60.2%-
HSV(B)161.36º50.24%80.39%-
XYZ34.8549.547.25-
YUV170.56129.3879.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.25%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=21.25%
G=42.71%
B=36.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022051730.5000.160.20161.3650.7460.2
Hex66CDAD3201014a1333c
Octal14631525562020242416374
Binary110011011001101101011011100100100001010010100001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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