Shades of Medium Aquamarine #6ECCB1
Tints of Medium Aquamarine #6ECCB1
RGB
CMYK
RGB Variations
Color information
#6ECCB1 (or 0x6ECCB1) is known color: Medium Aquamarine. HEX triplet: 6E, CC and B1. RGB value is (110,204,177). Sum of RGB (Red+Green+Blue) = 110+204+177=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECCB1 is #91334E. Grayscale: #ACACAC. Windows color (decimal): -9515855 or 11652206. OLE color: 11652206.
HSL color Cylindrical-coordinate representation of color #6ECCB1: hue angle of 162.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCB1 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 177 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.2 |
| HSL | 162.77º | 0.48% | 0.62% | - |
| HSV(B) | 162.77º | 0.46% | 0.8% | - |
| XYZ | 35.96 | 49.68 | 49.29 | - |
| YUV | 172.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 177 | 0.46 | 0 | 0.13 | 0.2 | 162.77 | 0.48 | 0.62 |
| Hex | 6E | CC | B1 | 2E | 0 | D | 14 | A3 | 30 | 3E |
| Octal | 156 | 314 | 261 | 56 | 0 | 15 | 24 | 243 | 60 | 76 |
| Binary | 1101110 | 11001100 | 10110001 | 101110 | 0 | 1101 | 10100 | 10100011 | 110000 | 111110 |
Color Harmonies of #6ECCB1
Complementary color
Monochromatic Colors of #6ECCB1
Black with #6ECCB1
Text Example
Text Example
White with #6ECCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCB1; }
p { color: rgb(110,204,177); }
H1.HeaderClassName
{
color: #6ECCB1;
}
.AnyTagClassName
{
color: #6ECCB1;
}
</style>
background-color css
<style>
a { background-color: #6ECCB1; }
a { background-color: rgb(110,204,177); }
div.DivClassName
{
background-color: #6ECCB1;
}
.BgClassName
{
background-color: #6ECCB1;
}
</style>
border-color css
<style>
span { border-color: #6ECCB1; }
span { border-color: rgb(110,204,177); }
td.TdClassName
{
border-color: #6ECCB1;
}
.TagClassName
{
border-color: #6ECCB1;
}
</style>