Shades of Medium Aquamarine #66CCA8
Tints of Medium Aquamarine #66CCA8
RGB
CMYK
RGB Variations
Color information
#66CCA8 (or 0x66CCA8) is known color: Medium Aquamarine. HEX triplet: 66, CC and A8. RGB value is (102,204,168). Sum of RGB (Red+Green+Blue) = 102+204+168=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCA8 is #993357. Grayscale: #A9A9A9. Windows color (decimal): -10040152 or 11062374. OLE color: 11062374.
HSL color Cylindrical-coordinate representation of color #66CCA8: hue angle of 158.82º degrees, saturation: 0.5, 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 #66CCA8 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 168 | - |
| CMYK | 0.5 | 0 | 0.18 | 0.2 |
| HSL | 158.82º | 0.5% | 0.6% | - |
| HSV(B) | 158.82º | 0.5% | 0.8% | - |
| XYZ | 34.14 | 48.84 | 44.67 | - |
| YUV | 169.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 168 | 0.5 | 0 | 0.18 | 0.2 | 158.82 | 0.5 | 0.6 |
| Hex | 66 | CC | A8 | 32 | 0 | 12 | 14 | 9F | 32 | 3C |
| Octal | 146 | 314 | 250 | 62 | 0 | 22 | 24 | 237 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10101000 | 110010 | 0 | 10010 | 10100 | 10011111 | 110010 | 111100 |
Color Harmonies of #66CCA8
Complementary color
Monochromatic Colors of #66CCA8
Black with #66CCA8
Text Example
Text Example
White with #66CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCA8; }
p { color: rgb(102,204,168); }
H1.HeaderClassName
{
color: #66CCA8;
}
.AnyTagClassName
{
color: #66CCA8;
}
</style>
background-color css
<style>
a { background-color: #66CCA8; }
a { background-color: rgb(102,204,168); }
div.DivClassName
{
background-color: #66CCA8;
}
.BgClassName
{
background-color: #66CCA8;
}
</style>
border-color css
<style>
span { border-color: #66CCA8; }
span { border-color: rgb(102,204,168); }
td.TdClassName
{
border-color: #66CCA8;
}
.TagClassName
{
border-color: #66CCA8;
}
</style>