Shades of Medium Aquamarine #5BD2B5
Tints of Medium Aquamarine #5BD2B5
RGB
CMYK
RGB Variations
Color information
#5BD2B5 (or 0x5BD2B5) is known color: Medium Aquamarine. HEX triplet: 5B, D2 and B5. RGB value is (91,210,181). Sum of RGB (Red+Green+Blue) = 91+210+181=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD2B5 is #A42D4A. Grayscale: #ABABAB. Windows color (decimal): -10759499 or 11915867. OLE color: 11915867.
HSL color Cylindrical-coordinate representation of color #5BD2B5: hue angle of 165.38º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD2B5 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 181 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.18 |
| HSL | 165.38º | 0.57% | 0.59% | - |
| HSV(B) | 165.38º | 0.57% | 0.82% | - |
| XYZ | 35.7 | 51.65 | 51.8 | - |
| YUV | 171.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 181 | 0.57 | 0 | 0.14 | 0.18 | 165.38 | 0.57 | 0.59 |
| Hex | 5B | D2 | B5 | 39 | 0 | E | 12 | A5 | 39 | 3B |
| Octal | 133 | 322 | 265 | 71 | 0 | 16 | 22 | 245 | 71 | 73 |
| Binary | 1011011 | 11010010 | 10110101 | 111001 | 0 | 1110 | 10010 | 10100101 | 111001 | 111011 |
Color Harmonies of #5BD2B5
Complementary color
Monochromatic Colors of #5BD2B5
Black with #5BD2B5
Text Example
Text Example
White with #5BD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2B5; }
p { color: rgb(91,210,181); }
H1.HeaderClassName
{
color: #5BD2B5;
}
.AnyTagClassName
{
color: #5BD2B5;
}
</style>
background-color css
<style>
a { background-color: #5BD2B5; }
a { background-color: rgb(91,210,181); }
div.DivClassName
{
background-color: #5BD2B5;
}
.BgClassName
{
background-color: #5BD2B5;
}
</style>
border-color css
<style>
span { border-color: #5BD2B5; }
span { border-color: rgb(91,210,181); }
td.TdClassName
{
border-color: #5BD2B5;
}
.TagClassName
{
border-color: #5BD2B5;
}
</style>