Shades of Medium Aquamarine #5BDE9D
Tints of Medium Aquamarine #5BDE9D
RGB
CMYK
RGB Variations
Color information
#5BDE9D (or 0x5BDE9D) is known color: Medium Aquamarine. HEX triplet: 5B, DE and 9D. RGB value is (91,222,157). Sum of RGB (Red+Green+Blue) = 91+222+157=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDE9D is #A42162. Grayscale: #AFAFAF. Windows color (decimal): -10756451 or 10346075. OLE color: 10346075.
HSL color Cylindrical-coordinate representation of color #5BDE9D: hue angle of 150.23º 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 #5BDE9D is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 157 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.13 |
| HSL | 150.23º | 0.66% | 0.61% | - |
| HSV(B) | 150.23º | 0.59% | 0.87% | - |
| XYZ | 36.52 | 56.9 | 40.96 | - |
| YUV | 175.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 157 | 0.59 | 0 | 0.29 | 0.13 | 150.23 | 0.66 | 0.61 |
| Hex | 5B | DE | 9D | 3B | 0 | 1D | D | 96 | 42 | 3D |
| Octal | 133 | 336 | 235 | 73 | 0 | 35 | 15 | 226 | 102 | 75 |
| Binary | 1011011 | 11011110 | 10011101 | 111011 | 0 | 11101 | 1101 | 10010110 | 1000010 | 111101 |
Color Harmonies of #5BDE9D
Complementary color
Monochromatic Colors of #5BDE9D
Black with #5BDE9D
Text Example
Text Example
White with #5BDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDE9D; }
p { color: rgb(91,222,157); }
H1.HeaderClassName
{
color: #5BDE9D;
}
.AnyTagClassName
{
color: #5BDE9D;
}
</style>
background-color css
<style>
a { background-color: #5BDE9D; }
a { background-color: rgb(91,222,157); }
div.DivClassName
{
background-color: #5BDE9D;
}
.BgClassName
{
background-color: #5BDE9D;
}
</style>
border-color css
<style>
span { border-color: #5BDE9D; }
span { border-color: rgb(91,222,157); }
td.TdClassName
{
border-color: #5BDE9D;
}
.TagClassName
{
border-color: #5BDE9D;
}
</style>