Shades of Medium Aquamarine #5ECFB6
Tints of Medium Aquamarine #5ECFB6
RGB
CMYK
RGB Variations
Color information
#5ECFB6 (or 0x5ECFB6) is known color: Medium Aquamarine. HEX triplet: 5E, CF and B6. RGB value is (94,207,182). Sum of RGB (Red+Green+Blue) = 94+207+182=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECFB6 is #A13049. Grayscale: #AAAAAA. Windows color (decimal): -10563658 or 11980638. OLE color: 11980638.
HSL color Cylindrical-coordinate representation of color #5ECFB6: hue angle of 166.73º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ECFB6 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 182 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.19 |
| HSL | 166.73º | 0.54% | 0.59% | - |
| HSV(B) | 166.73º | 0.55% | 0.81% | - |
| XYZ | 35.37 | 50.38 | 52.12 | - |
| YUV | 170.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 182 | 0.55 | 0 | 0.12 | 0.19 | 166.73 | 0.54 | 0.59 |
| Hex | 5E | CF | B6 | 37 | 0 | C | 13 | A7 | 36 | 3B |
| Octal | 136 | 317 | 266 | 67 | 0 | 14 | 23 | 247 | 66 | 73 |
| Binary | 1011110 | 11001111 | 10110110 | 110111 | 0 | 1100 | 10011 | 10100111 | 110110 | 111011 |
Color Harmonies of #5ECFB6
Complementary color
Monochromatic Colors of #5ECFB6
Black with #5ECFB6
Text Example
Text Example
White with #5ECFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFB6; }
p { color: rgb(94,207,182); }
H1.HeaderClassName
{
color: #5ECFB6;
}
.AnyTagClassName
{
color: #5ECFB6;
}
</style>
background-color css
<style>
a { background-color: #5ECFB6; }
a { background-color: rgb(94,207,182); }
div.DivClassName
{
background-color: #5ECFB6;
}
.BgClassName
{
background-color: #5ECFB6;
}
</style>
border-color css
<style>
span { border-color: #5ECFB6; }
span { border-color: rgb(94,207,182); }
td.TdClassName
{
border-color: #5ECFB6;
}
.TagClassName
{
border-color: #5ECFB6;
}
</style>