Shades of Medium Aquamarine #66FAA8
Tints of Medium Aquamarine #66FAA8
RGB
CMYK
RGB Variations
Color information
#66FAA8 (or 0x66FAA8) is known color: Medium Aquamarine. HEX triplet: 66, FA and A8. RGB value is (102,250,168). Sum of RGB (Red+Green+Blue) = 102+250+168=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #66FAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FAA8 is #990557. Grayscale: #C4C4C4. Windows color (decimal): -10028376 or 11074150. OLE color: 11074150.
HSL color Cylindrical-coordinate representation of color #66FAA8: hue angle of 146.76º 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 #66FAA8 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 168 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.02 |
| HSL | 146.76º | 0.94% | 0.69% | - |
| HSV(B) | 146.76º | 0.59% | 0.98% | - |
| XYZ | 46.73 | 74.02 | 48.87 | - |
| YUV | 196.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 168 | 0.59 | 0 | 0.33 | 0.02 | 146.76 | 0.94 | 0.69 |
| Hex | 66 | FA | A8 | 3B | 0 | 21 | 2 | 93 | 5E | 45 |
| Octal | 146 | 372 | 250 | 73 | 0 | 41 | 2 | 223 | 136 | 105 |
| Binary | 1100110 | 11111010 | 10101000 | 111011 | 0 | 100001 | 10 | 10010011 | 1011110 | 1000101 |
Color Harmonies of #66FAA8
Complementary color
Monochromatic Colors of #66FAA8
Black with #66FAA8
Text Example
Text Example
White with #66FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FAA8; }
p { color: rgb(102,250,168); }
H1.HeaderClassName
{
color: #66FAA8;
}
.AnyTagClassName
{
color: #66FAA8;
}
</style>
background-color css
<style>
a { background-color: #66FAA8; }
a { background-color: rgb(102,250,168); }
div.DivClassName
{
background-color: #66FAA8;
}
.BgClassName
{
background-color: #66FAA8;
}
</style>
border-color css
<style>
span { border-color: #66FAA8; }
span { border-color: rgb(102,250,168); }
td.TdClassName
{
border-color: #66FAA8;
}
.TagClassName
{
border-color: #66FAA8;
}
</style>