Shades of Medium Aquamarine #6ECFB0
Tints of Medium Aquamarine #6ECFB0
RGB
CMYK
RGB Variations
Color information
#6ECFB0 (or 0x6ECFB0) is known color: Medium Aquamarine. HEX triplet: 6E, CF and B0. RGB value is (110,207,176). Sum of RGB (Red+Green+Blue) = 110+207+176=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECFB0 is #91304F. Grayscale: #AEAEAE. Windows color (decimal): -9515088 or 11587438. OLE color: 11587438.
HSL color Cylindrical-coordinate representation of color #6ECFB0: hue angle of 160.82º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECFB0 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 176 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.19 |
| HSL | 160.82º | 0.5% | 0.62% | - |
| HSV(B) | 160.82º | 0.47% | 0.81% | - |
| XYZ | 36.58 | 51.08 | 49 | - |
| YUV | 174.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 176 | 0.47 | 0 | 0.15 | 0.19 | 160.82 | 0.5 | 0.62 |
| Hex | 6E | CF | B0 | 2F | 0 | F | 13 | A1 | 32 | 3E |
| Octal | 156 | 317 | 260 | 57 | 0 | 17 | 23 | 241 | 62 | 76 |
| Binary | 1101110 | 11001111 | 10110000 | 101111 | 0 | 1111 | 10011 | 10100001 | 110010 | 111110 |
Color Harmonies of #6ECFB0
Complementary color
Monochromatic Colors of #6ECFB0
Black with #6ECFB0
Text Example
Text Example
White with #6ECFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFB0; }
p { color: rgb(110,207,176); }
H1.HeaderClassName
{
color: #6ECFB0;
}
.AnyTagClassName
{
color: #6ECFB0;
}
</style>
background-color css
<style>
a { background-color: #6ECFB0; }
a { background-color: rgb(110,207,176); }
div.DivClassName
{
background-color: #6ECFB0;
}
.BgClassName
{
background-color: #6ECFB0;
}
</style>
border-color css
<style>
span { border-color: #6ECFB0; }
span { border-color: rgb(110,207,176); }
td.TdClassName
{
border-color: #6ECFB0;
}
.TagClassName
{
border-color: #6ECFB0;
}
</style>