Shades of Aquamarine #6EF2DD
Tints of Aquamarine #6EF2DD
RGB
CMYK
RGB Variations
Color information
#6EF2DD (or 0x6EF2DD) is known color: Aquamarine. HEX triplet: 6E, F2 and DD. RGB value is (110,242,221). Sum of RGB (Red+Green+Blue) = 110+242+221=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF2DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF2DD is #910D22. Grayscale: #C8C8C8. Windows color (decimal): -9506083 or 14545518. OLE color: 14545518.
HSL color Cylindrical-coordinate representation of color #6EF2DD: hue angle of 170.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF2DD is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 242 | 221 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.05 |
| HSL | 170.45º | 0.84% | 0.69% | - |
| HSV(B) | 170.45º | 0.55% | 0.95% | - |
| XYZ | 51.23 | 72.04 | 79.61 | - |
| YUV | 200.14 | 139.77 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 242 | 221 | 0.55 | 0 | 0.09 | 0.05 | 170.45 | 0.84 | 0.69 |
| Hex | 6E | F2 | DD | 37 | 0 | 9 | 5 | AA | 54 | 45 |
| Octal | 156 | 362 | 335 | 67 | 0 | 11 | 5 | 252 | 124 | 105 |
| Binary | 1101110 | 11110010 | 11011101 | 110111 | 0 | 1001 | 101 | 10101010 | 1010100 | 1000101 |
Color Harmonies of #6EF2DD
Complementary color
Monochromatic Colors of #6EF2DD
Black with #6EF2DD
Text Example
Text Example
White with #6EF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF2DD; }
p { color: rgb(110,242,221); }
H1.HeaderClassName
{
color: #6EF2DD;
}
.AnyTagClassName
{
color: #6EF2DD;
}
</style>
background-color css
<style>
a { background-color: #6EF2DD; }
a { background-color: rgb(110,242,221); }
div.DivClassName
{
background-color: #6EF2DD;
}
.BgClassName
{
background-color: #6EF2DD;
}
</style>
border-color css
<style>
span { border-color: #6EF2DD; }
span { border-color: rgb(110,242,221); }
td.TdClassName
{
border-color: #6EF2DD;
}
.TagClassName
{
border-color: #6EF2DD;
}
</style>