Shades of Medium Aquamarine #66FAAA
Tints of Medium Aquamarine #66FAAA
RGB
CMYK
RGB Variations
Color information
#66FAAA (or 0x66FAAA) is known color: Medium Aquamarine. HEX triplet: 66, FA and AA. RGB value is (102,250,170). Sum of RGB (Red+Green+Blue) = 102+250+170=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #66FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FAAA is #990555. Grayscale: #C4C4C4. Windows color (decimal): -10028374 or 11205222. OLE color: 11205222.
HSL color Cylindrical-coordinate representation of color #66FAAA: hue angle of 147.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FAAA is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 170 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.02 |
| HSL | 147.57º | 0.94% | 0.69% | - |
| HSV(B) | 147.57º | 0.59% | 0.98% | - |
| XYZ | 46.92 | 74.1 | 49.86 | - |
| YUV | 196.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 170 | 0.59 | 0 | 0.32 | 0.02 | 147.57 | 0.94 | 0.69 |
| Hex | 66 | FA | AA | 3B | 0 | 20 | 2 | 94 | 5E | 45 |
| Octal | 146 | 372 | 252 | 73 | 0 | 40 | 2 | 224 | 136 | 105 |
| Binary | 1100110 | 11111010 | 10101010 | 111011 | 0 | 100000 | 10 | 10010100 | 1011110 | 1000101 |
Color Harmonies of #66FAAA
Complementary color
Monochromatic Colors of #66FAAA
Black with #66FAAA
Text Example
Text Example
White with #66FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FAAA; }
p { color: rgb(102,250,170); }
H1.HeaderClassName
{
color: #66FAAA;
}
.AnyTagClassName
{
color: #66FAAA;
}
</style>
background-color css
<style>
a { background-color: #66FAAA; }
a { background-color: rgb(102,250,170); }
div.DivClassName
{
background-color: #66FAAA;
}
.BgClassName
{
background-color: #66FAAA;
}
</style>
border-color css
<style>
span { border-color: #66FAAA; }
span { border-color: rgb(102,250,170); }
td.TdClassName
{
border-color: #66FAAA;
}
.TagClassName
{
border-color: #66FAAA;
}
</style>