Shades of Aquamarine #6EEFD2
Tints of Aquamarine #6EEFD2
RGB
CMYK
RGB Variations
Color information
#6EEFD2 (or 0x6EEFD2) is known color: Aquamarine. HEX triplet: 6E, EF and D2. RGB value is (110,239,210). Sum of RGB (Red+Green+Blue) = 110+239+210=559 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.68% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFD2 is #91102D. Grayscale: #C5C5C5. Windows color (decimal): -9506862 or 13823854. OLE color: 13823854.
HSL color Cylindrical-coordinate representation of color #6EEFD2: hue angle of 166.51º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFD2 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 239 | 210 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.06 |
| HSL | 166.51º | 0.8% | 0.68% | - |
| HSV(B) | 166.51º | 0.54% | 0.94% | - |
| XYZ | 48.93 | 69.7 | 71.85 | - |
| YUV | 197.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 210 | 0.54 | 0 | 0.12 | 0.06 | 166.51 | 0.8 | 0.68 |
| Hex | 6E | EF | D2 | 36 | 0 | C | 6 | A7 | 50 | 44 |
| Octal | 156 | 357 | 322 | 66 | 0 | 14 | 6 | 247 | 120 | 104 |
| Binary | 1101110 | 11101111 | 11010010 | 110110 | 0 | 1100 | 110 | 10100111 | 1010000 | 1000100 |
Color Harmonies of #6EEFD2
Complementary color
Monochromatic Colors of #6EEFD2
Black with #6EEFD2
Text Example
Text Example
White with #6EEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFD2; }
p { color: rgb(110,239,210); }
H1.HeaderClassName
{
color: #6EEFD2;
}
.AnyTagClassName
{
color: #6EEFD2;
}
</style>
background-color css
<style>
a { background-color: #6EEFD2; }
a { background-color: rgb(110,239,210); }
div.DivClassName
{
background-color: #6EEFD2;
}
.BgClassName
{
background-color: #6EEFD2;
}
</style>
border-color css
<style>
span { border-color: #6EEFD2; }
span { border-color: rgb(110,239,210); }
td.TdClassName
{
border-color: #6EEFD2;
}
.TagClassName
{
border-color: #6EEFD2;
}
</style>