Shades of Medium Aquamarine #66CDA8
Tints of Medium Aquamarine #66CDA8
RGB
CMYK
RGB Variations
Color information
#66CDA8 (or 0x66CDA8) is known color: Medium Aquamarine. HEX triplet: 66, CD and A8. RGB value is (102,205,168). Sum of RGB (Red+Green+Blue) = 102+205+168=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDA8 is #993257. Grayscale: #AAAAAA. Windows color (decimal): -10039896 or 11062630. OLE color: 11062630.
HSL color Cylindrical-coordinate representation of color #66CDA8: hue angle of 158.45º 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 #66CDA8 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 205 | 168 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.20 |
| HSL | 158.45º | 0.51% | 0.6% | - |
| HSV(B) | 158.45º | 0.5% | 0.8% | - |
| XYZ | 34.38 | 49.31 | 44.75 | - |
| YUV | 169.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 168 | 0.50 | 0 | 0.18 | 0.20 | 158.45 | 0.51 | 0.6 |
| Hex | 66 | CD | A8 | 32 | 0 | 12 | 14 | 9E | 33 | 3C |
| Octal | 146 | 315 | 250 | 62 | 0 | 22 | 24 | 236 | 63 | 74 |
| Binary | 1100110 | 11001101 | 10101000 | 110010 | 0 | 10010 | 10100 | 10011110 | 110011 | 111100 |
Color Harmonies of #66CDA8
Complementary color
Monochromatic Colors of #66CDA8
Black with #66CDA8
Text Example
Text Example
White with #66CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDA8; }
p { color: rgb(102,205,168); }
H1.HeaderClassName
{
color: #66CDA8;
}
.AnyTagClassName
{
color: #66CDA8;
}
</style>
background-color css
<style>
a { background-color: #66CDA8; }
a { background-color: rgb(102,205,168); }
div.DivClassName
{
background-color: #66CDA8;
}
.BgClassName
{
background-color: #66CDA8;
}
</style>
border-color css
<style>
span { border-color: #66CDA8; }
span { border-color: rgb(102,205,168); }
td.TdClassName
{
border-color: #66CDA8;
}
.TagClassName
{
border-color: #66CDA8;
}
</style>