Shades of Medium Aquamarine #6ECBA1
Tints of Medium Aquamarine #6ECBA1
RGB
CMYK
RGB Variations
Color information
#6ECBA1 (or 0x6ECBA1) is known color: Medium Aquamarine. HEX triplet: 6E, CB and A1. RGB value is (110,203,161). Sum of RGB (Red+Green+Blue) = 110+203+161=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECBA1 is #91345E. Grayscale: #AAAAAA. Windows color (decimal): -9516127 or 10603374. OLE color: 10603374.
HSL color Cylindrical-coordinate representation of color #6ECBA1: hue angle of 152.9º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECBA1 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 161 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.20 |
| HSL | 152.9º | 0.47% | 0.61% | - |
| HSV(B) | 152.9º | 0.46% | 0.8% | - |
| XYZ | 34.22 | 48.6 | 41.3 | - |
| YUV | 170.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 161 | 0.46 | 0 | 0.21 | 0.20 | 152.9 | 0.47 | 0.61 |
| Hex | 6E | CB | A1 | 2E | 0 | 15 | 14 | 99 | 2F | 3D |
| Octal | 156 | 313 | 241 | 56 | 0 | 25 | 24 | 231 | 57 | 75 |
| Binary | 1101110 | 11001011 | 10100001 | 101110 | 0 | 10101 | 10100 | 10011001 | 101111 | 111101 |
Color Harmonies of #6ECBA1
Complementary color
Monochromatic Colors of #6ECBA1
Black with #6ECBA1
Text Example
Text Example
White with #6ECBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBA1; }
p { color: rgb(110,203,161); }
H1.HeaderClassName
{
color: #6ECBA1;
}
.AnyTagClassName
{
color: #6ECBA1;
}
</style>
background-color css
<style>
a { background-color: #6ECBA1; }
a { background-color: rgb(110,203,161); }
div.DivClassName
{
background-color: #6ECBA1;
}
.BgClassName
{
background-color: #6ECBA1;
}
</style>
border-color css
<style>
span { border-color: #6ECBA1; }
span { border-color: rgb(110,203,161); }
td.TdClassName
{
border-color: #6ECBA1;
}
.TagClassName
{
border-color: #6ECBA1;
}
</style>