Shades of Aquamarine #6EECCB
Tints of Aquamarine #6EECCB
RGB
CMYK
RGB Variations
Color information
#6EECCB (or 0x6EECCB) is known color: Aquamarine. HEX triplet: 6E, EC and CB. RGB value is (110,236,203). Sum of RGB (Red+Green+Blue) = 110+236+203=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECCB is #911334. Grayscale: #C2C2C2. Windows color (decimal): -9507637 or 13364334. OLE color: 13364334.
HSL color Cylindrical-coordinate representation of color #6EECCB: hue angle of 164.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECCB is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 203 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.07 |
| HSL | 164.29º | 0.77% | 0.68% | - |
| HSV(B) | 164.29º | 0.53% | 0.93% | - |
| XYZ | 47.21 | 67.62 | 67.06 | - |
| YUV | 194.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 203 | 0.53 | 0 | 0.14 | 0.07 | 164.29 | 0.77 | 0.68 |
| Hex | 6E | EC | CB | 35 | 0 | E | 7 | A4 | 4D | 44 |
| Octal | 156 | 354 | 313 | 65 | 0 | 16 | 7 | 244 | 115 | 104 |
| Binary | 1101110 | 11101100 | 11001011 | 110101 | 0 | 1110 | 111 | 10100100 | 1001101 | 1000100 |
Color Harmonies of #6EECCB
Complementary color
Monochromatic Colors of #6EECCB
Black with #6EECCB
Text Example
Text Example
White with #6EECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECCB; }
p { color: rgb(110,236,203); }
H1.HeaderClassName
{
color: #6EECCB;
}
.AnyTagClassName
{
color: #6EECCB;
}
</style>
background-color css
<style>
a { background-color: #6EECCB; }
a { background-color: rgb(110,236,203); }
div.DivClassName
{
background-color: #6EECCB;
}
.BgClassName
{
background-color: #6EECCB;
}
</style>
border-color css
<style>
span { border-color: #6EECCB; }
span { border-color: rgb(110,236,203); }
td.TdClassName
{
border-color: #6EECCB;
}
.TagClassName
{
border-color: #6EECCB;
}
</style>