Shades of Aquamarine #66FFC9
Tints of Aquamarine #66FFC9
RGB
CMYK
RGB Variations
Color information
#66FFC9 (or 0x66FFC9) is known color: Aquamarine. HEX triplet: 66, FF and C9. RGB value is (102,255,201). Sum of RGB (Red+Green+Blue) = 102+255+201=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFC9 is #990036. Grayscale: #CBCBCB. Windows color (decimal): -10027063 or 13238118. OLE color: 13238118.
HSL color Cylindrical-coordinate representation of color #66FFC9: hue angle of 158.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFC9 is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 201 | - |
| CMYK | 0.6 | 0 | 0.21 | 0 |
| HSL | 158.82º | 1% | 0.7% | - |
| HSV(B) | 158.82º | 0.6% | 1% | - |
| XYZ | 51.78 | 78.56 | 67.69 | - |
| YUV | 203.1 | 126.81 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 201 | 0.6 | 0 | 0.21 | 0 | 158.82 | 1 | 0.7 |
| Hex | 66 | FF | C9 | 3C | 0 | 15 | 0 | 9F | 64 | 46 |
| Octal | 146 | 377 | 311 | 74 | 0 | 25 | 0 | 237 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11001001 | 111100 | 0 | 10101 | 0 | 10011111 | 1100100 | 1000110 |
Color Harmonies of #66FFC9
Complementary color
Monochromatic Colors of #66FFC9
Black with #66FFC9
Text Example
Text Example
White with #66FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFC9; }
p { color: rgb(102,255,201); }
H1.HeaderClassName
{
color: #66FFC9;
}
.AnyTagClassName
{
color: #66FFC9;
}
</style>
background-color css
<style>
a { background-color: #66FFC9; }
a { background-color: rgb(102,255,201); }
div.DivClassName
{
background-color: #66FFC9;
}
.BgClassName
{
background-color: #66FFC9;
}
</style>
border-color css
<style>
span { border-color: #66FFC9; }
span { border-color: rgb(102,255,201); }
td.TdClassName
{
border-color: #66FFC9;
}
.TagClassName
{
border-color: #66FFC9;
}
</style>