Shades of Medium Aquamarine #5BDBAA
Tints of Medium Aquamarine #5BDBAA
RGB
CMYK
RGB Variations
Color information
#5BDBAA (or 0x5BDBAA) is known color: Medium Aquamarine. HEX triplet: 5B, DB and AA. RGB value is (91,219,170). Sum of RGB (Red+Green+Blue) = 91+219+170=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDBAA is #A42455. Grayscale: #AFAFAF. Windows color (decimal): -10757206 or 11197275. OLE color: 11197275.
HSL color Cylindrical-coordinate representation of color #5BDBAA: hue angle of 157.03º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDBAA is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 170 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.14 |
| HSL | 157.03º | 0.64% | 0.61% | - |
| HSV(B) | 157.03º | 0.58% | 0.86% | - |
| XYZ | 36.9 | 55.79 | 46.85 | - |
| YUV | 175.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 170 | 0.58 | 0 | 0.22 | 0.14 | 157.03 | 0.64 | 0.61 |
| Hex | 5B | DB | AA | 3A | 0 | 16 | E | 9D | 40 | 3D |
| Octal | 133 | 333 | 252 | 72 | 0 | 26 | 16 | 235 | 100 | 75 |
| Binary | 1011011 | 11011011 | 10101010 | 111010 | 0 | 10110 | 1110 | 10011101 | 1000000 | 111101 |
Color Harmonies of #5BDBAA
Complementary color
Monochromatic Colors of #5BDBAA
Black with #5BDBAA
Text Example
Text Example
White with #5BDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBAA; }
p { color: rgb(91,219,170); }
H1.HeaderClassName
{
color: #5BDBAA;
}
.AnyTagClassName
{
color: #5BDBAA;
}
</style>
background-color css
<style>
a { background-color: #5BDBAA; }
a { background-color: rgb(91,219,170); }
div.DivClassName
{
background-color: #5BDBAA;
}
.BgClassName
{
background-color: #5BDBAA;
}
</style>
border-color css
<style>
span { border-color: #5BDBAA; }
span { border-color: rgb(91,219,170); }
td.TdClassName
{
border-color: #5BDBAA;
}
.TagClassName
{
border-color: #5BDBAA;
}
</style>