Shades of Medium Aquamarine #5CDBA0
Tints of Medium Aquamarine #5CDBA0
RGB
CMYK
RGB Variations
Color information
#5CDBA0 (or 0x5CDBA0) is known color: Medium Aquamarine. HEX triplet: 5C, DB and A0. RGB value is (92,219,160). Sum of RGB (Red+Green+Blue) = 92+219+160=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDBA0 is #A3245F. Grayscale: #AEAEAE. Windows color (decimal): -10691680 or 10541916. OLE color: 10541916.
HSL color Cylindrical-coordinate representation of color #5CDBA0: hue angle of 152.13º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDBA0 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 160 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.14 |
| HSL | 152.13º | 0.64% | 0.61% | - |
| HSV(B) | 152.13º | 0.58% | 0.86% | - |
| XYZ | 36.09 | 55.48 | 42.06 | - |
| YUV | 174.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 160 | 0.58 | 0 | 0.27 | 0.14 | 152.13 | 0.64 | 0.61 |
| Hex | 5C | DB | A0 | 3A | 0 | 1B | E | 98 | 40 | 3D |
| Octal | 134 | 333 | 240 | 72 | 0 | 33 | 16 | 230 | 100 | 75 |
| Binary | 1011100 | 11011011 | 10100000 | 111010 | 0 | 11011 | 1110 | 10011000 | 1000000 | 111101 |
Color Harmonies of #5CDBA0
Complementary color
Monochromatic Colors of #5CDBA0
Black with #5CDBA0
Text Example
Text Example
White with #5CDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBA0; }
p { color: rgb(92,219,160); }
H1.HeaderClassName
{
color: #5CDBA0;
}
.AnyTagClassName
{
color: #5CDBA0;
}
</style>
background-color css
<style>
a { background-color: #5CDBA0; }
a { background-color: rgb(92,219,160); }
div.DivClassName
{
background-color: #5CDBA0;
}
.BgClassName
{
background-color: #5CDBA0;
}
</style>
border-color css
<style>
span { border-color: #5CDBA0; }
span { border-color: rgb(92,219,160); }
td.TdClassName
{
border-color: #5CDBA0;
}
.TagClassName
{
border-color: #5CDBA0;
}
</style>