#66CD9F

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

Shades of Medium Aquamarine #66CD9F

Tints of Medium Aquamarine #66CD9F

Color information

#66CD9F (or 0x66CD9F) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CD and 9F. RGB value is (102,205,159). Sum of RGB (Red+Green+Blue) = 102+205+159=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CD9F is #993260. Grayscale: #A9A9A9. Windows color (decimal): -10039905 or 10472806. OLE color: 10472806.

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

Color convert

RGB102205159-
CMYK0.5000.220.20
HSL153.2º50.74%60.2%-
HSV(B)153.2º50.24%80.39%-
XYZ33.5748.9940.49-
YUV168.96122.3880.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.89%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=21.89%
G=43.99%
B=34.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022051590.5000.220.20153.250.7460.2
Hex66CD9F320161499333c
Octal14631523762026242316374
Binary110011011001101100111111100100101101010010011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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