Shades of Medium Aquamarine #5BDEAB
Tints of Medium Aquamarine #5BDEAB
RGB
CMYK
RGB Variations
Color information
#5BDEAB (or 0x5BDEAB) is known color: Medium Aquamarine. HEX triplet: 5B, DE and AB. RGB value is (91,222,171). Sum of RGB (Red+Green+Blue) = 91+222+171=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDEAB is #A42154. Grayscale: #B1B1B1. Windows color (decimal): -10756437 or 11263579. OLE color: 11263579.
HSL color Cylindrical-coordinate representation of color #5BDEAB: hue angle of 156.64º 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 #5BDEAB is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 171 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.13 |
| HSL | 156.64º | 0.66% | 0.61% | - |
| HSV(B) | 156.64º | 0.59% | 0.87% | - |
| XYZ | 37.79 | 57.41 | 47.62 | - |
| YUV | 177.02 | 124.6 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 171 | 0.59 | 0 | 0.23 | 0.13 | 156.64 | 0.66 | 0.61 |
| Hex | 5B | DE | AB | 3B | 0 | 17 | D | 9D | 42 | 3D |
| Octal | 133 | 336 | 253 | 73 | 0 | 27 | 15 | 235 | 102 | 75 |
| Binary | 1011011 | 11011110 | 10101011 | 111011 | 0 | 10111 | 1101 | 10011101 | 1000010 | 111101 |
Color Harmonies of #5BDEAB
Complementary color
Monochromatic Colors of #5BDEAB
Black with #5BDEAB
Text Example
Text Example
White with #5BDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDEAB; }
p { color: rgb(91,222,171); }
H1.HeaderClassName
{
color: #5BDEAB;
}
.AnyTagClassName
{
color: #5BDEAB;
}
</style>
background-color css
<style>
a { background-color: #5BDEAB; }
a { background-color: rgb(91,222,171); }
div.DivClassName
{
background-color: #5BDEAB;
}
.BgClassName
{
background-color: #5BDEAB;
}
</style>
border-color css
<style>
span { border-color: #5BDEAB; }
span { border-color: rgb(91,222,171); }
td.TdClassName
{
border-color: #5BDEAB;
}
.TagClassName
{
border-color: #5BDEAB;
}
</style>