Shades of Medium Aquamarine #5BDBA2
Tints of Medium Aquamarine #5BDBA2
RGB
CMYK
RGB Variations
Color information
#5BDBA2 (or 0x5BDBA2) is known color: Medium Aquamarine. HEX triplet: 5B, DB and A2. RGB value is (91,219,162). Sum of RGB (Red+Green+Blue) = 91+219+162=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDBA2 is #A4245D. Grayscale: #AEAEAE. Windows color (decimal): -10757214 or 10672987. OLE color: 10672987.
HSL color Cylindrical-coordinate representation of color #5BDBA2: hue angle of 153.28º 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 #5BDBA2 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 162 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.14 |
| HSL | 153.28º | 0.64% | 0.61% | - |
| HSV(B) | 153.28º | 0.58% | 0.86% | - |
| XYZ | 36.17 | 55.5 | 42.99 | - |
| YUV | 174.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 162 | 0.58 | 0 | 0.26 | 0.14 | 153.28 | 0.64 | 0.61 |
| Hex | 5B | DB | A2 | 3A | 0 | 1A | E | 99 | 40 | 3D |
| Octal | 133 | 333 | 242 | 72 | 0 | 32 | 16 | 231 | 100 | 75 |
| Binary | 1011011 | 11011011 | 10100010 | 111010 | 0 | 11010 | 1110 | 10011001 | 1000000 | 111101 |
Color Harmonies of #5BDBA2
Complementary color
Monochromatic Colors of #5BDBA2
Black with #5BDBA2
Text Example
Text Example
White with #5BDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBA2; }
p { color: rgb(91,219,162); }
H1.HeaderClassName
{
color: #5BDBA2;
}
.AnyTagClassName
{
color: #5BDBA2;
}
</style>
background-color css
<style>
a { background-color: #5BDBA2; }
a { background-color: rgb(91,219,162); }
div.DivClassName
{
background-color: #5BDBA2;
}
.BgClassName
{
background-color: #5BDBA2;
}
</style>
border-color css
<style>
span { border-color: #5BDBA2; }
span { border-color: rgb(91,219,162); }
td.TdClassName
{
border-color: #5BDBA2;
}
.TagClassName
{
border-color: #5BDBA2;
}
</style>