Shades of Medium Aquamarine #5BDD9F
Tints of Medium Aquamarine #5BDD9F
RGB
CMYK
RGB Variations
Color information
#5BDD9F (or 0x5BDD9F) is known color: Medium Aquamarine. HEX triplet: 5B, DD and 9F. RGB value is (91,221,159). Sum of RGB (Red+Green+Blue) = 91+221+159=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDD9F is #A42260. Grayscale: #AFAFAF. Windows color (decimal): -10756705 or 10476891. OLE color: 10476891.
HSL color Cylindrical-coordinate representation of color #5BDD9F: hue angle of 151.38º 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 #5BDD9F is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 159 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.13 |
| HSL | 151.38º | 0.66% | 0.61% | - |
| HSV(B) | 151.38º | 0.59% | 0.87% | - |
| XYZ | 36.43 | 56.44 | 41.77 | - |
| YUV | 175.06 | 118.93 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 159 | 0.59 | 0 | 0.28 | 0.13 | 151.38 | 0.66 | 0.61 |
| Hex | 5B | DD | 9F | 3B | 0 | 1C | D | 97 | 42 | 3D |
| Octal | 133 | 335 | 237 | 73 | 0 | 34 | 15 | 227 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10011111 | 111011 | 0 | 11100 | 1101 | 10010111 | 1000010 | 111101 |
Color Harmonies of #5BDD9F
Complementary color
Monochromatic Colors of #5BDD9F
Black with #5BDD9F
Text Example
Text Example
White with #5BDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD9F; }
p { color: rgb(91,221,159); }
H1.HeaderClassName
{
color: #5BDD9F;
}
.AnyTagClassName
{
color: #5BDD9F;
}
</style>
background-color css
<style>
a { background-color: #5BDD9F; }
a { background-color: rgb(91,221,159); }
div.DivClassName
{
background-color: #5BDD9F;
}
.BgClassName
{
background-color: #5BDD9F;
}
</style>
border-color css
<style>
span { border-color: #5BDD9F; }
span { border-color: rgb(91,221,159); }
td.TdClassName
{
border-color: #5BDD9F;
}
.TagClassName
{
border-color: #5BDD9F;
}
</style>