Shades of Aquamarine #6EFBDB
Tints of Aquamarine #6EFBDB
RGB
CMYK
RGB Variations
Color information
#6EFBDB (or 0x6EFBDB) is known color: Aquamarine. HEX triplet: 6E, FB and DB. RGB value is (110,251,219). Sum of RGB (Red+Green+Blue) = 110+251+219=580 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.97% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #6EFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFBDB is #910424. Grayscale: #CDCDCD. Windows color (decimal): -9503781 or 14416750. OLE color: 14416750.
HSL color Cylindrical-coordinate representation of color #6EFBDB: hue angle of 166.38º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFBDB is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 251 | 219 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.02 |
| HSL | 166.38º | 0.95% | 0.71% | - |
| HSV(B) | 166.38º | 0.56% | 0.98% | - |
| XYZ | 53.71 | 77.42 | 79.13 | - |
| YUV | 205.19 | 135.79 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 251 | 219 | 0.56 | 0 | 0.13 | 0.02 | 166.38 | 0.95 | 0.71 |
| Hex | 6E | FB | DB | 38 | 0 | D | 2 | A6 | 5F | 47 |
| Octal | 156 | 373 | 333 | 70 | 0 | 15 | 2 | 246 | 137 | 107 |
| Binary | 1101110 | 11111011 | 11011011 | 111000 | 0 | 1101 | 10 | 10100110 | 1011111 | 1000111 |
Color Harmonies of #6EFBDB
Complementary color
Monochromatic Colors of #6EFBDB
Black with #6EFBDB
Text Example
Text Example
White with #6EFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFBDB; }
p { color: rgb(110,251,219); }
H1.HeaderClassName
{
color: #6EFBDB;
}
.AnyTagClassName
{
color: #6EFBDB;
}
</style>
background-color css
<style>
a { background-color: #6EFBDB; }
a { background-color: rgb(110,251,219); }
div.DivClassName
{
background-color: #6EFBDB;
}
.BgClassName
{
background-color: #6EFBDB;
}
</style>
border-color css
<style>
span { border-color: #6EFBDB; }
span { border-color: rgb(110,251,219); }
td.TdClassName
{
border-color: #6EFBDB;
}
.TagClassName
{
border-color: #6EFBDB;
}
</style>