Shades of Medium Aquamarine #5CDBAB
Tints of Medium Aquamarine #5CDBAB
RGB
CMYK
RGB Variations
Color information
#5CDBAB (or 0x5CDBAB) is known color: Medium Aquamarine. HEX triplet: 5C, DB and AB. RGB value is (92,219,171). Sum of RGB (Red+Green+Blue) = 92+219+171=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDBAB is #A32454. Grayscale: #AFAFAF. Windows color (decimal): -10691669 or 11262812. OLE color: 11262812.
HSL color Cylindrical-coordinate representation of color #5CDBAB: hue angle of 157.32º 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 #5CDBAB is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 171 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.14 |
| HSL | 157.32º | 0.64% | 0.61% | - |
| HSV(B) | 157.32º | 0.58% | 0.86% | - |
| XYZ | 37.1 | 55.88 | 47.36 | - |
| YUV | 175.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 171 | 0.58 | 0 | 0.22 | 0.14 | 157.32 | 0.64 | 0.61 |
| Hex | 5C | DB | AB | 3A | 0 | 16 | E | 9D | 40 | 3D |
| Octal | 134 | 333 | 253 | 72 | 0 | 26 | 16 | 235 | 100 | 75 |
| Binary | 1011100 | 11011011 | 10101011 | 111010 | 0 | 10110 | 1110 | 10011101 | 1000000 | 111101 |
Color Harmonies of #5CDBAB
Complementary color
Monochromatic Colors of #5CDBAB
Black with #5CDBAB
Text Example
Text Example
White with #5CDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBAB; }
p { color: rgb(92,219,171); }
H1.HeaderClassName
{
color: #5CDBAB;
}
.AnyTagClassName
{
color: #5CDBAB;
}
</style>
background-color css
<style>
a { background-color: #5CDBAB; }
a { background-color: rgb(92,219,171); }
div.DivClassName
{
background-color: #5CDBAB;
}
.BgClassName
{
background-color: #5CDBAB;
}
</style>
border-color css
<style>
span { border-color: #5CDBAB; }
span { border-color: rgb(92,219,171); }
td.TdClassName
{
border-color: #5CDBAB;
}
.TagClassName
{
border-color: #5CDBAB;
}
</style>