Shades of Aquamarine #66F5D1
Tints of Aquamarine #66F5D1
RGB
CMYK
RGB Variations
Color information
#66F5D1 (or 0x66F5D1) is known color: Aquamarine. HEX triplet: 66, F5 and D1. RGB value is (102,245,209). Sum of RGB (Red+Green+Blue) = 102+245+209=556 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.35% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #66F5D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F5D1 is #990A2E. Grayscale: #C6C6C6. Windows color (decimal): -10029615 or 13759846. OLE color: 13759846.
HSL color Cylindrical-coordinate representation of color #66F5D1: hue angle of 164.9º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F5D1 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 245 | 209 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.04 |
| HSL | 164.9º | 0.88% | 0.68% | - |
| HSV(B) | 164.9º | 0.58% | 0.96% | - |
| XYZ | 49.64 | 72.73 | 71.74 | - |
| YUV | 198.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 245 | 209 | 0.58 | 0 | 0.15 | 0.04 | 164.9 | 0.88 | 0.68 |
| Hex | 66 | F5 | D1 | 3A | 0 | F | 4 | A5 | 58 | 44 |
| Octal | 146 | 365 | 321 | 72 | 0 | 17 | 4 | 245 | 130 | 104 |
| Binary | 1100110 | 11110101 | 11010001 | 111010 | 0 | 1111 | 100 | 10100101 | 1011000 | 1000100 |
Color Harmonies of #66F5D1
Complementary color
Monochromatic Colors of #66F5D1
Black with #66F5D1
Text Example
Text Example
White with #66F5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F5D1; }
p { color: rgb(102,245,209); }
H1.HeaderClassName
{
color: #66F5D1;
}
.AnyTagClassName
{
color: #66F5D1;
}
</style>
background-color css
<style>
a { background-color: #66F5D1; }
a { background-color: rgb(102,245,209); }
div.DivClassName
{
background-color: #66F5D1;
}
.BgClassName
{
background-color: #66F5D1;
}
</style>
border-color css
<style>
span { border-color: #66F5D1; }
span { border-color: rgb(102,245,209); }
td.TdClassName
{
border-color: #66F5D1;
}
.TagClassName
{
border-color: #66F5D1;
}
</style>