Shades of Aquamarine #6EEBD2
Tints of Aquamarine #6EEBD2
RGB
CMYK
RGB Variations
Color information
#6EEBD2 (or 0x6EEBD2) is known color: Aquamarine. HEX triplet: 6E, EB and D2. RGB value is (110,235,210). Sum of RGB (Red+Green+Blue) = 110+235+210=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBD2 is #91142D. Grayscale: #C2C2C2. Windows color (decimal): -9507886 or 13822830. OLE color: 13822830.
HSL color Cylindrical-coordinate representation of color #6EEBD2: hue angle of 168º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBD2 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 210 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.08 |
| HSL | 168º | 0.76% | 0.68% | - |
| HSV(B) | 168º | 0.53% | 0.92% | - |
| XYZ | 47.77 | 67.38 | 71.46 | - |
| YUV | 194.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 210 | 0.53 | 0 | 0.11 | 0.08 | 168 | 0.76 | 0.68 |
| Hex | 6E | EB | D2 | 35 | 0 | B | 8 | A8 | 4C | 44 |
| Octal | 156 | 353 | 322 | 65 | 0 | 13 | 10 | 250 | 114 | 104 |
| Binary | 1101110 | 11101011 | 11010010 | 110101 | 0 | 1011 | 1000 | 10101000 | 1001100 | 1000100 |
Color Harmonies of #6EEBD2
Complementary color
Monochromatic Colors of #6EEBD2
Black with #6EEBD2
Text Example
Text Example
White with #6EEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBD2; }
p { color: rgb(110,235,210); }
H1.HeaderClassName
{
color: #6EEBD2;
}
.AnyTagClassName
{
color: #6EEBD2;
}
</style>
background-color css
<style>
a { background-color: #6EEBD2; }
a { background-color: rgb(110,235,210); }
div.DivClassName
{
background-color: #6EEBD2;
}
.BgClassName
{
background-color: #6EEBD2;
}
</style>
border-color css
<style>
span { border-color: #6EEBD2; }
span { border-color: rgb(110,235,210); }
td.TdClassName
{
border-color: #6EEBD2;
}
.TagClassName
{
border-color: #6EEBD2;
}
</style>