Shades of Aquamarine #6EFFD1
Tints of Aquamarine #6EFFD1
RGB
CMYK
RGB Variations
Color information
#6EFFD1 (or 0x6EFFD1) is known color: Aquamarine. HEX triplet: 6E, FF and D1. RGB value is (110,255,209). Sum of RGB (Red+Green+Blue) = 110+255+209=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFD1 is #91002E. Grayscale: #CECECE. Windows color (decimal): -9502767 or 13762414. OLE color: 13762414.
HSL color Cylindrical-coordinate representation of color #6EFFD1: hue angle of 160.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFD1 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 209 | - |
| CMYK | 0.57 | 0 | 0.18 | 0 |
| HSL | 160.97º | 1% | 0.72% | - |
| HSV(B) | 160.97º | 0.57% | 1% | - |
| XYZ | 53.7 | 79.44 | 72.82 | - |
| YUV | 206.4 | 129.46 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 209 | 0.57 | 0 | 0.18 | 0 | 160.97 | 1 | 0.72 |
| Hex | 6E | FF | D1 | 39 | 0 | 12 | 0 | A1 | 64 | 48 |
| Octal | 156 | 377 | 321 | 71 | 0 | 22 | 0 | 241 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11010001 | 111001 | 0 | 10010 | 0 | 10100001 | 1100100 | 1001000 |
Color Harmonies of #6EFFD1
Complementary color
Monochromatic Colors of #6EFFD1
Black with #6EFFD1
Text Example
Text Example
White with #6EFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFD1; }
p { color: rgb(110,255,209); }
H1.HeaderClassName
{
color: #6EFFD1;
}
.AnyTagClassName
{
color: #6EFFD1;
}
</style>
background-color css
<style>
a { background-color: #6EFFD1; }
a { background-color: rgb(110,255,209); }
div.DivClassName
{
background-color: #6EFFD1;
}
.BgClassName
{
background-color: #6EFFD1;
}
</style>
border-color css
<style>
span { border-color: #6EFFD1; }
span { border-color: rgb(110,255,209); }
td.TdClassName
{
border-color: #6EFFD1;
}
.TagClassName
{
border-color: #6EFFD1;
}
</style>