Shades of Medium Aquamarine #66FAAB
Tints of Medium Aquamarine #66FAAB
RGB
CMYK
RGB Variations
Color information
#66FAAB (or 0x66FAAB) is known color: Medium Aquamarine. HEX triplet: 66, FA and AB. RGB value is (102,250,171). Sum of RGB (Red+Green+Blue) = 102+250+171=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #66FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FAAB is #990554. Grayscale: #C4C4C4. Windows color (decimal): -10028373 or 11270758. OLE color: 11270758.
HSL color Cylindrical-coordinate representation of color #66FAAB: hue angle of 147.97º 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 #66FAAB is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 171 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.02 |
| HSL | 147.97º | 0.94% | 0.69% | - |
| HSV(B) | 147.97º | 0.59% | 0.98% | - |
| XYZ | 47.02 | 74.14 | 50.36 | - |
| YUV | 196.74 | 113.47 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 171 | 0.59 | 0 | 0.32 | 0.02 | 147.97 | 0.94 | 0.69 |
| Hex | 66 | FA | AB | 3B | 0 | 20 | 2 | 94 | 5E | 45 |
| Octal | 146 | 372 | 253 | 73 | 0 | 40 | 2 | 224 | 136 | 105 |
| Binary | 1100110 | 11111010 | 10101011 | 111011 | 0 | 100000 | 10 | 10010100 | 1011110 | 1000101 |
Color Harmonies of #66FAAB
Complementary color
Monochromatic Colors of #66FAAB
Black with #66FAAB
Text Example
Text Example
White with #66FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FAAB; }
p { color: rgb(102,250,171); }
H1.HeaderClassName
{
color: #66FAAB;
}
.AnyTagClassName
{
color: #66FAAB;
}
</style>
background-color css
<style>
a { background-color: #66FAAB; }
a { background-color: rgb(102,250,171); }
div.DivClassName
{
background-color: #66FAAB;
}
.BgClassName
{
background-color: #66FAAB;
}
</style>
border-color css
<style>
span { border-color: #66FAAB; }
span { border-color: rgb(102,250,171); }
td.TdClassName
{
border-color: #66FAAB;
}
.TagClassName
{
border-color: #66FAAB;
}
</style>