Shades of Aquamarine #66F6D0
Tints of Aquamarine #66F6D0
RGB
CMYK
RGB Variations
Color information
#66F6D0 (or 0x66F6D0) is known color: Aquamarine. HEX triplet: 66, F6 and D0. RGB value is (102,246,208). Sum of RGB (Red+Green+Blue) = 102+246+208=556 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.35% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #66F6D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F6D0 is #99092F. Grayscale: #C6C6C6. Windows color (decimal): -10029360 or 13694566. OLE color: 13694566.
HSL color Cylindrical-coordinate representation of color #66F6D0: hue angle of 164.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F6D0 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 208 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.04 |
| HSL | 164.17º | 0.89% | 0.68% | - |
| HSV(B) | 164.17º | 0.59% | 0.96% | - |
| XYZ | 49.82 | 73.29 | 71.2 | - |
| YUV | 198.61 | 133.29 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 208 | 0.59 | 0 | 0.15 | 0.04 | 164.17 | 0.89 | 0.68 |
| Hex | 66 | F6 | D0 | 3B | 0 | F | 4 | A4 | 59 | 44 |
| Octal | 146 | 366 | 320 | 73 | 0 | 17 | 4 | 244 | 131 | 104 |
| Binary | 1100110 | 11110110 | 11010000 | 111011 | 0 | 1111 | 100 | 10100100 | 1011001 | 1000100 |
Color Harmonies of #66F6D0
Complementary color
Monochromatic Colors of #66F6D0
Black with #66F6D0
Text Example
Text Example
White with #66F6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F6D0; }
p { color: rgb(102,246,208); }
H1.HeaderClassName
{
color: #66F6D0;
}
.AnyTagClassName
{
color: #66F6D0;
}
</style>
background-color css
<style>
a { background-color: #66F6D0; }
a { background-color: rgb(102,246,208); }
div.DivClassName
{
background-color: #66F6D0;
}
.BgClassName
{
background-color: #66F6D0;
}
</style>
border-color css
<style>
span { border-color: #66F6D0; }
span { border-color: rgb(102,246,208); }
td.TdClassName
{
border-color: #66F6D0;
}
.TagClassName
{
border-color: #66F6D0;
}
</style>