Shades of Medium Aquamarine #5BDD9A
Tints of Medium Aquamarine #5BDD9A
RGB
CMYK
RGB Variations
Color information
#5BDD9A (or 0x5BDD9A) is known color: Medium Aquamarine. HEX triplet: 5B, DD and 9A. RGB value is (91,221,154). Sum of RGB (Red+Green+Blue) = 91+221+154=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDD9A is #A42265. Grayscale: #AEAEAE. Windows color (decimal): -10756710 or 10149211. OLE color: 10149211.
HSL color Cylindrical-coordinate representation of color #5BDD9A: hue angle of 149.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDD9A is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 154 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.13 |
| HSL | 149.08º | 0.66% | 0.61% | - |
| HSV(B) | 149.08º | 0.59% | 0.87% | - |
| XYZ | 36 | 56.27 | 39.54 | - |
| YUV | 174.49 | 116.43 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 154 | 0.59 | 0 | 0.30 | 0.13 | 149.08 | 0.66 | 0.61 |
| Hex | 5B | DD | 9A | 3B | 0 | 1E | D | 95 | 42 | 3D |
| Octal | 133 | 335 | 232 | 73 | 0 | 36 | 15 | 225 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10011010 | 111011 | 0 | 11110 | 1101 | 10010101 | 1000010 | 111101 |
Color Harmonies of #5BDD9A
Complementary color
Monochromatic Colors of #5BDD9A
Black with #5BDD9A
Text Example
Text Example
White with #5BDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD9A; }
p { color: rgb(91,221,154); }
H1.HeaderClassName
{
color: #5BDD9A;
}
.AnyTagClassName
{
color: #5BDD9A;
}
</style>
background-color css
<style>
a { background-color: #5BDD9A; }
a { background-color: rgb(91,221,154); }
div.DivClassName
{
background-color: #5BDD9A;
}
.BgClassName
{
background-color: #5BDD9A;
}
</style>
border-color css
<style>
span { border-color: #5BDD9A; }
span { border-color: rgb(91,221,154); }
td.TdClassName
{
border-color: #5BDD9A;
}
.TagClassName
{
border-color: #5BDD9A;
}
</style>