Shades of Medium Aquamarine #5BDDB5
Tints of Medium Aquamarine #5BDDB5
RGB
CMYK
RGB Variations
Color information
#5BDDB5 (or 0x5BDDB5) is known color: Medium Aquamarine. HEX triplet: 5B, DD and B5. RGB value is (91,221,181). Sum of RGB (Red+Green+Blue) = 91+221+181=493 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.46% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDB5 is #A4224A. Grayscale: #B1B1B1. Windows color (decimal): -10756683 or 11918683. OLE color: 11918683.
HSL color Cylindrical-coordinate representation of color #5BDDB5: hue angle of 161.54º 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 #5BDDB5 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 181 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.13 |
| HSL | 161.54º | 0.66% | 0.61% | - |
| HSV(B) | 161.54º | 0.59% | 0.87% | - |
| XYZ | 38.51 | 57.27 | 52.74 | - |
| YUV | 177.57 | 129.93 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 181 | 0.59 | 0 | 0.18 | 0.13 | 161.54 | 0.66 | 0.61 |
| Hex | 5B | DD | B5 | 3B | 0 | 12 | D | A2 | 42 | 3D |
| Octal | 133 | 335 | 265 | 73 | 0 | 22 | 15 | 242 | 102 | 75 |
| Binary | 1011011 | 11011101 | 10110101 | 111011 | 0 | 10010 | 1101 | 10100010 | 1000010 | 111101 |
Color Harmonies of #5BDDB5
Complementary color
Monochromatic Colors of #5BDDB5
Black with #5BDDB5
Text Example
Text Example
White with #5BDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDB5; }
p { color: rgb(91,221,181); }
H1.HeaderClassName
{
color: #5BDDB5;
}
.AnyTagClassName
{
color: #5BDDB5;
}
</style>
background-color css
<style>
a { background-color: #5BDDB5; }
a { background-color: rgb(91,221,181); }
div.DivClassName
{
background-color: #5BDDB5;
}
.BgClassName
{
background-color: #5BDDB5;
}
</style>
border-color css
<style>
span { border-color: #5BDDB5; }
span { border-color: rgb(91,221,181); }
td.TdClassName
{
border-color: #5BDDB5;
}
.TagClassName
{
border-color: #5BDDB5;
}
</style>