Shades of Medium Aquamarine #5CDB9A
Tints of Medium Aquamarine #5CDB9A
RGB
CMYK
RGB Variations
Color information
#5CDB9A (or 0x5CDB9A) is known color: Medium Aquamarine. HEX triplet: 5C, DB and 9A. RGB value is (92,219,154). Sum of RGB (Red+Green+Blue) = 92+219+154=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDB9A is #A32465. Grayscale: #ADADAD. Windows color (decimal): -10691686 or 10148700. OLE color: 10148700.
HSL color Cylindrical-coordinate representation of color #5CDB9A: hue angle of 149.29º 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 #5CDB9A is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 154 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.14 |
| HSL | 149.29º | 0.64% | 0.61% | - |
| HSV(B) | 149.29º | 0.58% | 0.86% | - |
| XYZ | 35.58 | 55.27 | 39.37 | - |
| YUV | 173.62 | 116.92 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 154 | 0.58 | 0 | 0.30 | 0.14 | 149.29 | 0.64 | 0.61 |
| Hex | 5C | DB | 9A | 3A | 0 | 1E | E | 95 | 40 | 3D |
| Octal | 134 | 333 | 232 | 72 | 0 | 36 | 16 | 225 | 100 | 75 |
| Binary | 1011100 | 11011011 | 10011010 | 111010 | 0 | 11110 | 1110 | 10010101 | 1000000 | 111101 |
Color Harmonies of #5CDB9A
Complementary color
Monochromatic Colors of #5CDB9A
Black with #5CDB9A
Text Example
Text Example
White with #5CDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB9A; }
p { color: rgb(92,219,154); }
H1.HeaderClassName
{
color: #5CDB9A;
}
.AnyTagClassName
{
color: #5CDB9A;
}
</style>
background-color css
<style>
a { background-color: #5CDB9A; }
a { background-color: rgb(92,219,154); }
div.DivClassName
{
background-color: #5CDB9A;
}
.BgClassName
{
background-color: #5CDB9A;
}
</style>
border-color css
<style>
span { border-color: #5CDB9A; }
span { border-color: rgb(92,219,154); }
td.TdClassName
{
border-color: #5CDB9A;
}
.TagClassName
{
border-color: #5CDB9A;
}
</style>