Shades of Medium Aquamarine #5BDEAC
Tints of Medium Aquamarine #5BDEAC
RGB
CMYK
RGB Variations
Color information
#5BDEAC (or 0x5BDEAC) is known color: Medium Aquamarine. HEX triplet: 5B, DE and AC. RGB value is (91,222,172). Sum of RGB (Red+Green+Blue) = 91+222+172=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDEAC is #A42153. Grayscale: #B1B1B1. Windows color (decimal): -10756436 or 11329115. OLE color: 11329115.
HSL color Cylindrical-coordinate representation of color #5BDEAC: hue angle of 157.1º 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 #5BDEAC is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 172 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.13 |
| HSL | 157.1º | 0.66% | 0.61% | - |
| HSV(B) | 157.1º | 0.59% | 0.87% | - |
| XYZ | 37.88 | 57.45 | 48.12 | - |
| YUV | 177.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 172 | 0.59 | 0 | 0.23 | 0.13 | 157.1 | 0.66 | 0.61 |
| Hex | 5B | DE | AC | 3B | 0 | 17 | D | 9D | 42 | 3D |
| Octal | 133 | 336 | 254 | 73 | 0 | 27 | 15 | 235 | 102 | 75 |
| Binary | 1011011 | 11011110 | 10101100 | 111011 | 0 | 10111 | 1101 | 10011101 | 1000010 | 111101 |
Color Harmonies of #5BDEAC
Complementary color
Monochromatic Colors of #5BDEAC
Black with #5BDEAC
Text Example
Text Example
White with #5BDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDEAC; }
p { color: rgb(91,222,172); }
H1.HeaderClassName
{
color: #5BDEAC;
}
.AnyTagClassName
{
color: #5BDEAC;
}
</style>
background-color css
<style>
a { background-color: #5BDEAC; }
a { background-color: rgb(91,222,172); }
div.DivClassName
{
background-color: #5BDEAC;
}
.BgClassName
{
background-color: #5BDEAC;
}
</style>
border-color css
<style>
span { border-color: #5BDEAC; }
span { border-color: rgb(91,222,172); }
td.TdClassName
{
border-color: #5BDEAC;
}
.TagClassName
{
border-color: #5BDEAC;
}
</style>