Shades of Aquamarine #66FFAF
Tints of Aquamarine #66FFAF
RGB
CMYK
RGB Variations
Color information
#66FFAF (or 0x66FFAF) is known color: Aquamarine. HEX triplet: 66, FF and AF. RGB value is (102,255,175). Sum of RGB (Red+Green+Blue) = 102+255+175=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFAF is #990050. Grayscale: #C8C8C8. Windows color (decimal): -10027089 or 11534182. OLE color: 11534182.
HSL color Cylindrical-coordinate representation of color #66FFAF: hue angle of 148.63º 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 #66FFAF is Cyan = 0.6, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 175 | - |
| CMYK | 0.6 | 0 | 0.31 | 0 |
| HSL | 148.63º | 1% | 0.7% | - |
| HSV(B) | 148.63º | 0.6% | 1% | - |
| XYZ | 48.98 | 77.44 | 52.92 | - |
| YUV | 200.13 | 113.81 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 175 | 0.6 | 0 | 0.31 | 0 | 148.63 | 1 | 0.7 |
| Hex | 66 | FF | AF | 3C | 0 | 1F | 0 | 95 | 64 | 46 |
| Octal | 146 | 377 | 257 | 74 | 0 | 37 | 0 | 225 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10101111 | 111100 | 0 | 11111 | 0 | 10010101 | 1100100 | 1000110 |
Color Harmonies of #66FFAF
Complementary color
Monochromatic Colors of #66FFAF
Black with #66FFAF
Text Example
Text Example
White with #66FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFAF; }
p { color: rgb(102,255,175); }
H1.HeaderClassName
{
color: #66FFAF;
}
.AnyTagClassName
{
color: #66FFAF;
}
</style>
background-color css
<style>
a { background-color: #66FFAF; }
a { background-color: rgb(102,255,175); }
div.DivClassName
{
background-color: #66FFAF;
}
.BgClassName
{
background-color: #66FFAF;
}
</style>
border-color css
<style>
span { border-color: #66FFAF; }
span { border-color: rgb(102,255,175); }
td.TdClassName
{
border-color: #66FFAF;
}
.TagClassName
{
border-color: #66FFAF;
}
</style>