#66CDAB

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

Shades of Medium Aquamarine #66CDAB

Tints of Medium Aquamarine #66CDAB

Color information

#66CDAB (or 0x66CDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CD and AB. RGB value is (102,205,171). Sum of RGB (Red+Green+Blue) = 102+205+171=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDAB is #993254. Grayscale: #AAAAAA. Windows color (decimal): -10039893 or 11259238. OLE color: 11259238.

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

Color convert

RGB102205171-
CMYK0.5000.170.20
HSL160.19º50.74%60.2%-
HSV(B)160.19º50.24%80.39%-
XYZ34.6649.4346.24-
YUV170.33128.3879.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=21.34%
G=42.89%
B=35.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022051710.5000.170.20160.1950.7460.2
Hex66CDAB3201114a0333c
Octal14631525362021242406374
Binary110011011001101101010111100100100011010010100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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