Shades of Aquamarine #66FFAA
Tints of Aquamarine #66FFAA
RGB
CMYK
RGB Variations
Color information
#66FFAA (or 0x66FFAA) is known color: Aquamarine. HEX triplet: 66, FF and AA. RGB value is (102,255,170). Sum of RGB (Red+Green+Blue) = 102+255+170=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFAA is #990055. Grayscale: #C7C7C7. Windows color (decimal): -10027094 or 11206502. OLE color: 11206502.
HSL color Cylindrical-coordinate representation of color #66FFAA: hue angle of 146.67º 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 #66FFAA is Cyan = 0.6, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 170 | - |
| CMYK | 0.6 | 0 | 0.33 | 0 |
| HSL | 146.67º | 1% | 0.7% | - |
| HSV(B) | 146.67º | 0.6% | 1% | - |
| XYZ | 48.5 | 77.25 | 50.38 | - |
| YUV | 199.56 | 111.31 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 170 | 0.6 | 0 | 0.33 | 0 | 146.67 | 1 | 0.7 |
| Hex | 66 | FF | AA | 3C | 0 | 21 | 0 | 93 | 64 | 46 |
| Octal | 146 | 377 | 252 | 74 | 0 | 41 | 0 | 223 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10101010 | 111100 | 0 | 100001 | 0 | 10010011 | 1100100 | 1000110 |
Color Harmonies of #66FFAA
Complementary color
Monochromatic Colors of #66FFAA
Black with #66FFAA
Text Example
Text Example
White with #66FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFAA; }
p { color: rgb(102,255,170); }
H1.HeaderClassName
{
color: #66FFAA;
}
.AnyTagClassName
{
color: #66FFAA;
}
</style>
background-color css
<style>
a { background-color: #66FFAA; }
a { background-color: rgb(102,255,170); }
div.DivClassName
{
background-color: #66FFAA;
}
.BgClassName
{
background-color: #66FFAA;
}
</style>
border-color css
<style>
span { border-color: #66FFAA; }
span { border-color: rgb(102,255,170); }
td.TdClassName
{
border-color: #66FFAA;
}
.TagClassName
{
border-color: #66FFAA;
}
</style>