Shades of Aquamarine #6EEBCC
Tints of Aquamarine #6EEBCC
RGB
CMYK
RGB Variations
Color information
#6EEBCC (or 0x6EEBCC) is known color: Aquamarine. HEX triplet: 6E, EB and CC. RGB value is (110,235,204). Sum of RGB (Red+Green+Blue) = 110+235+204=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBCC is #911433. Grayscale: #C2C2C2. Windows color (decimal): -9507892 or 13429614. OLE color: 13429614.
HSL color Cylindrical-coordinate representation of color #6EEBCC: hue angle of 165.12º 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 #6EEBCC is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 204 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.08 |
| HSL | 165.12º | 0.76% | 0.68% | - |
| HSV(B) | 165.12º | 0.53% | 0.92% | - |
| XYZ | 47.04 | 67.09 | 67.6 | - |
| YUV | 194.09 | 133.59 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 204 | 0.53 | 0 | 0.13 | 0.08 | 165.12 | 0.76 | 0.68 |
| Hex | 6E | EB | CC | 35 | 0 | D | 8 | A5 | 4C | 44 |
| Octal | 156 | 353 | 314 | 65 | 0 | 15 | 10 | 245 | 114 | 104 |
| Binary | 1101110 | 11101011 | 11001100 | 110101 | 0 | 1101 | 1000 | 10100101 | 1001100 | 1000100 |
Color Harmonies of #6EEBCC
Complementary color
Monochromatic Colors of #6EEBCC
Black with #6EEBCC
Text Example
Text Example
White with #6EEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBCC; }
p { color: rgb(110,235,204); }
H1.HeaderClassName
{
color: #6EEBCC;
}
.AnyTagClassName
{
color: #6EEBCC;
}
</style>
background-color css
<style>
a { background-color: #6EEBCC; }
a { background-color: rgb(110,235,204); }
div.DivClassName
{
background-color: #6EEBCC;
}
.BgClassName
{
background-color: #6EEBCC;
}
</style>
border-color css
<style>
span { border-color: #6EEBCC; }
span { border-color: rgb(110,235,204); }
td.TdClassName
{
border-color: #6EEBCC;
}
.TagClassName
{
border-color: #6EEBCC;
}
</style>