Shades of Medium Aquamarine #5ECCB3
Tints of Medium Aquamarine #5ECCB3
RGB
CMYK
RGB Variations
Color information
#5ECCB3 (or 0x5ECCB3) is known color: Medium Aquamarine. HEX triplet: 5E, CC and B3. RGB value is (94,204,179). Sum of RGB (Red+Green+Blue) = 94+204+179=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCB3 is #A1334C. Grayscale: #A8A8A8. Windows color (decimal): -10564429 or 11783262. OLE color: 11783262.
HSL color Cylindrical-coordinate representation of color #5ECCB3: hue angle of 166.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECCB3 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 179 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.2 |
| HSL | 166.36º | 0.52% | 0.58% | - |
| HSV(B) | 166.36º | 0.54% | 0.8% | - |
| XYZ | 34.35 | 48.82 | 50.26 | - |
| YUV | 168.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 179 | 0.54 | 0 | 0.12 | 0.2 | 166.36 | 0.52 | 0.58 |
| Hex | 5E | CC | B3 | 36 | 0 | C | 14 | A6 | 34 | 3A |
| Octal | 136 | 314 | 263 | 66 | 0 | 14 | 24 | 246 | 64 | 72 |
| Binary | 1011110 | 11001100 | 10110011 | 110110 | 0 | 1100 | 10100 | 10100110 | 110100 | 111010 |
Color Harmonies of #5ECCB3
Complementary color
Monochromatic Colors of #5ECCB3
Black with #5ECCB3
Text Example
Text Example
White with #5ECCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCB3; }
p { color: rgb(94,204,179); }
H1.HeaderClassName
{
color: #5ECCB3;
}
.AnyTagClassName
{
color: #5ECCB3;
}
</style>
background-color css
<style>
a { background-color: #5ECCB3; }
a { background-color: rgb(94,204,179); }
div.DivClassName
{
background-color: #5ECCB3;
}
.BgClassName
{
background-color: #5ECCB3;
}
</style>
border-color css
<style>
span { border-color: #5ECCB3; }
span { border-color: rgb(94,204,179); }
td.TdClassName
{
border-color: #5ECCB3;
}
.TagClassName
{
border-color: #5ECCB3;
}
</style>