Shades of Aquamarine #6EFCDB
Tints of Aquamarine #6EFCDB
RGB
CMYK
RGB Variations
Color information
#6EFCDB (or 0x6EFCDB) is known color: Aquamarine. HEX triplet: 6E, FC and DB. RGB value is (110,252,219). Sum of RGB (Red+Green+Blue) = 110+252+219=581 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.93% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFCDB is #910324. Grayscale: #CDCDCD. Windows color (decimal): -9503525 or 14417006. OLE color: 14417006.
HSL color Cylindrical-coordinate representation of color #6EFCDB: hue angle of 166.06º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFCDB is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 219 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.01 |
| HSL | 166.06º | 0.96% | 0.71% | - |
| HSV(B) | 166.06º | 0.56% | 0.99% | - |
| XYZ | 54.03 | 78.05 | 79.24 | - |
| YUV | 205.78 | 135.46 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 219 | 0.56 | 0 | 0.13 | 0.01 | 166.06 | 0.96 | 0.71 |
| Hex | 6E | FC | DB | 38 | 0 | D | 1 | A6 | 60 | 47 |
| Octal | 156 | 374 | 333 | 70 | 0 | 15 | 1 | 246 | 140 | 107 |
| Binary | 1101110 | 11111100 | 11011011 | 111000 | 0 | 1101 | 1 | 10100110 | 1100000 | 1000111 |
Color Harmonies of #6EFCDB
Complementary color
Monochromatic Colors of #6EFCDB
Black with #6EFCDB
Text Example
Text Example
White with #6EFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFCDB; }
p { color: rgb(110,252,219); }
H1.HeaderClassName
{
color: #6EFCDB;
}
.AnyTagClassName
{
color: #6EFCDB;
}
</style>
background-color css
<style>
a { background-color: #6EFCDB; }
a { background-color: rgb(110,252,219); }
div.DivClassName
{
background-color: #6EFCDB;
}
.BgClassName
{
background-color: #6EFCDB;
}
</style>
border-color css
<style>
span { border-color: #6EFCDB; }
span { border-color: rgb(110,252,219); }
td.TdClassName
{
border-color: #6EFCDB;
}
.TagClassName
{
border-color: #6EFCDB;
}
</style>