Shades of Medium Aquamarine #6ECCB2
Tints of Medium Aquamarine #6ECCB2
RGB
CMYK
RGB Variations
Color information
#6ECCB2 (or 0x6ECCB2) is known color: Medium Aquamarine. HEX triplet: 6E, CC and B2. RGB value is (110,204,178). Sum of RGB (Red+Green+Blue) = 110+204+178=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECCB2 is #91334D. Grayscale: #ACACAC. Windows color (decimal): -9515854 or 11717742. OLE color: 11717742.
HSL color Cylindrical-coordinate representation of color #6ECCB2: hue angle of 163.4º 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 #6ECCB2 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 178 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.2 |
| HSL | 163.4º | 0.48% | 0.62% | - |
| HSV(B) | 163.4º | 0.46% | 0.8% | - |
| XYZ | 36.06 | 49.72 | 49.81 | - |
| YUV | 172.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 178 | 0.46 | 0 | 0.13 | 0.2 | 163.4 | 0.48 | 0.62 |
| Hex | 6E | CC | B2 | 2E | 0 | D | 14 | A3 | 30 | 3E |
| Octal | 156 | 314 | 262 | 56 | 0 | 15 | 24 | 243 | 60 | 76 |
| Binary | 1101110 | 11001100 | 10110010 | 101110 | 0 | 1101 | 10100 | 10100011 | 110000 | 111110 |
Color Harmonies of #6ECCB2
Complementary color
Monochromatic Colors of #6ECCB2
Black with #6ECCB2
Text Example
Text Example
White with #6ECCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCB2; }
p { color: rgb(110,204,178); }
H1.HeaderClassName
{
color: #6ECCB2;
}
.AnyTagClassName
{
color: #6ECCB2;
}
</style>
background-color css
<style>
a { background-color: #6ECCB2; }
a { background-color: rgb(110,204,178); }
div.DivClassName
{
background-color: #6ECCB2;
}
.BgClassName
{
background-color: #6ECCB2;
}
</style>
border-color css
<style>
span { border-color: #6ECCB2; }
span { border-color: rgb(110,204,178); }
td.TdClassName
{
border-color: #6ECCB2;
}
.TagClassName
{
border-color: #6ECCB2;
}
</style>