Shades of Medium Aquamarine #5CE8A0
Tints of Medium Aquamarine #5CE8A0
RGB
CMYK
RGB Variations
Color information
#5CE8A0 (or 0x5CE8A0) is known color: Medium Aquamarine. HEX triplet: 5C, E8 and A0. RGB value is (92,232,160). Sum of RGB (Red+Green+Blue) = 92+232+160=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #5CE8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CE8A0 is #A3175F. Grayscale: #B6B6B6. Windows color (decimal): -10688352 or 10545244. OLE color: 10545244.
HSL color Cylindrical-coordinate representation of color #5CE8A0: hue angle of 149.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE8A0 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 232 | 160 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.09 |
| HSL | 149.14º | 0.75% | 0.64% | - |
| HSV(B) | 149.14º | 0.6% | 0.91% | - |
| XYZ | 39.62 | 62.53 | 43.24 | - |
| YUV | 181.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 232 | 160 | 0.60 | 0 | 0.31 | 0.09 | 149.14 | 0.75 | 0.64 |
| Hex | 5C | E8 | A0 | 3C | 0 | 1F | 9 | 95 | 4B | 40 |
| Octal | 134 | 350 | 240 | 74 | 0 | 37 | 11 | 225 | 113 | 100 |
| Binary | 1011100 | 11101000 | 10100000 | 111100 | 0 | 11111 | 1001 | 10010101 | 1001011 | 1000000 |
Color Harmonies of #5CE8A0
Complementary color
Monochromatic Colors of #5CE8A0
Black with #5CE8A0
Text Example
Text Example
White with #5CE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE8A0; }
p { color: rgb(92,232,160); }
H1.HeaderClassName
{
color: #5CE8A0;
}
.AnyTagClassName
{
color: #5CE8A0;
}
</style>
background-color css
<style>
a { background-color: #5CE8A0; }
a { background-color: rgb(92,232,160); }
div.DivClassName
{
background-color: #5CE8A0;
}
.BgClassName
{
background-color: #5CE8A0;
}
</style>
border-color css
<style>
span { border-color: #5CE8A0; }
span { border-color: rgb(92,232,160); }
td.TdClassName
{
border-color: #5CE8A0;
}
.TagClassName
{
border-color: #5CE8A0;
}
</style>