Shades of Medium Aquamarine #5BDB9A
Tints of Medium Aquamarine #5BDB9A
RGB
CMYK
RGB Variations
Color information
#5BDB9A (or 0x5BDB9A) is known color: Medium Aquamarine. HEX triplet: 5B, DB and 9A. RGB value is (91,219,154). Sum of RGB (Red+Green+Blue) = 91+219+154=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDB9A is #A42465. Grayscale: #ADADAD. Windows color (decimal): -10757222 or 10148699. OLE color: 10148699.
HSL color Cylindrical-coordinate representation of color #5BDB9A: hue angle of 149.53º 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 #5BDB9A is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 154 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.14 |
| HSL | 149.53º | 0.64% | 0.61% | - |
| HSV(B) | 149.53º | 0.58% | 0.86% | - |
| XYZ | 35.48 | 55.22 | 39.36 | - |
| YUV | 173.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 154 | 0.58 | 0 | 0.30 | 0.14 | 149.53 | 0.64 | 0.61 |
| Hex | 5B | DB | 9A | 3A | 0 | 1E | E | 96 | 40 | 3D |
| Octal | 133 | 333 | 232 | 72 | 0 | 36 | 16 | 226 | 100 | 75 |
| Binary | 1011011 | 11011011 | 10011010 | 111010 | 0 | 11110 | 1110 | 10010110 | 1000000 | 111101 |
Color Harmonies of #5BDB9A
Complementary color
Monochromatic Colors of #5BDB9A
Black with #5BDB9A
Text Example
Text Example
White with #5BDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDB9A; }
p { color: rgb(91,219,154); }
H1.HeaderClassName
{
color: #5BDB9A;
}
.AnyTagClassName
{
color: #5BDB9A;
}
</style>
background-color css
<style>
a { background-color: #5BDB9A; }
a { background-color: rgb(91,219,154); }
div.DivClassName
{
background-color: #5BDB9A;
}
.BgClassName
{
background-color: #5BDB9A;
}
</style>
border-color css
<style>
span { border-color: #5BDB9A; }
span { border-color: rgb(91,219,154); }
td.TdClassName
{
border-color: #5BDB9A;
}
.TagClassName
{
border-color: #5BDB9A;
}
</style>