Shades of Medium Aquamarine #66FDAB
Tints of Medium Aquamarine #66FDAB
RGB
CMYK
RGB Variations
Color information
#66FDAB (or 0x66FDAB) is known color: Medium Aquamarine. HEX triplet: 66, FD and AB. RGB value is (102,253,171). Sum of RGB (Red+Green+Blue) = 102+253+171=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FDAB is #990254. Grayscale: #C6C6C6. Windows color (decimal): -10027605 or 11271526. OLE color: 11271526.
HSL color Cylindrical-coordinate representation of color #66FDAB: hue angle of 147.42º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FDAB is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 253 | 171 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.01 |
| HSL | 147.42º | 0.97% | 0.7% | - |
| HSV(B) | 147.42º | 0.6% | 0.99% | - |
| XYZ | 47.96 | 76.02 | 50.67 | - |
| YUV | 198.5 | 112.47 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 253 | 171 | 0.60 | 0 | 0.32 | 0.01 | 147.42 | 0.97 | 0.7 |
| Hex | 66 | FD | AB | 3C | 0 | 20 | 1 | 93 | 61 | 46 |
| Octal | 146 | 375 | 253 | 74 | 0 | 40 | 1 | 223 | 141 | 106 |
| Binary | 1100110 | 11111101 | 10101011 | 111100 | 0 | 100000 | 1 | 10010011 | 1100001 | 1000110 |
Color Harmonies of #66FDAB
Complementary color
Monochromatic Colors of #66FDAB
Black with #66FDAB
Text Example
Text Example
White with #66FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FDAB; }
p { color: rgb(102,253,171); }
H1.HeaderClassName
{
color: #66FDAB;
}
.AnyTagClassName
{
color: #66FDAB;
}
</style>
background-color css
<style>
a { background-color: #66FDAB; }
a { background-color: rgb(102,253,171); }
div.DivClassName
{
background-color: #66FDAB;
}
.BgClassName
{
background-color: #66FDAB;
}
</style>
border-color css
<style>
span { border-color: #66FDAB; }
span { border-color: rgb(102,253,171); }
td.TdClassName
{
border-color: #66FDAB;
}
.TagClassName
{
border-color: #66FDAB;
}
</style>