Shades of Medium Aquamarine #66CEA0
Tints of Medium Aquamarine #66CEA0
RGB
CMYK
RGB Variations
Color information
#66CEA0 (or 0x66CEA0) is known color: Medium Aquamarine. HEX triplet: 66, CE and A0. RGB value is (102,206,160). Sum of RGB (Red+Green+Blue) = 102+206+160=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CEA0 is #99315F. Grayscale: #A9A9A9. Windows color (decimal): -10039648 or 10538598. OLE color: 10538598.
HSL color Cylindrical-coordinate representation of color #66CEA0: hue angle of 153.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEA0 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 160 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.19 |
| HSL | 153.46º | 0.51% | 0.6% | - |
| HSV(B) | 153.46º | 0.5% | 0.81% | - |
| XYZ | 33.9 | 49.51 | 41.03 | - |
| YUV | 169.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 160 | 0.50 | 0 | 0.22 | 0.19 | 153.46 | 0.51 | 0.6 |
| Hex | 66 | CE | A0 | 32 | 0 | 16 | 13 | 99 | 33 | 3C |
| Octal | 146 | 316 | 240 | 62 | 0 | 26 | 23 | 231 | 63 | 74 |
| Binary | 1100110 | 11001110 | 10100000 | 110010 | 0 | 10110 | 10011 | 10011001 | 110011 | 111100 |
Color Harmonies of #66CEA0
Complementary color
Monochromatic Colors of #66CEA0
Black with #66CEA0
Text Example
Text Example
White with #66CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEA0; }
p { color: rgb(102,206,160); }
H1.HeaderClassName
{
color: #66CEA0;
}
.AnyTagClassName
{
color: #66CEA0;
}
</style>
background-color css
<style>
a { background-color: #66CEA0; }
a { background-color: rgb(102,206,160); }
div.DivClassName
{
background-color: #66CEA0;
}
.BgClassName
{
background-color: #66CEA0;
}
</style>
border-color css
<style>
span { border-color: #66CEA0; }
span { border-color: rgb(102,206,160); }
td.TdClassName
{
border-color: #66CEA0;
}
.TagClassName
{
border-color: #66CEA0;
}
</style>