Shades of Medium Aquamarine #5BDC9B
Tints of Medium Aquamarine #5BDC9B
RGB
CMYK
RGB Variations
Color information
#5BDC9B (or 0x5BDC9B) is known color: Medium Aquamarine. HEX triplet: 5B, DC and 9B. RGB value is (91,220,155). Sum of RGB (Red+Green+Blue) = 91+220+155=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDC9B is #A42364. Grayscale: #AEAEAE. Windows color (decimal): -10756965 or 10214491. OLE color: 10214491.
HSL color Cylindrical-coordinate representation of color #5BDC9B: hue angle of 149.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDC9B is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 155 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.14 |
| HSL | 149.77º | 0.65% | 0.61% | - |
| HSV(B) | 149.77º | 0.59% | 0.86% | - |
| XYZ | 35.82 | 55.78 | 39.89 | - |
| YUV | 174.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 155 | 0.59 | 0 | 0.30 | 0.14 | 149.77 | 0.65 | 0.61 |
| Hex | 5B | DC | 9B | 3B | 0 | 1E | E | 96 | 41 | 3D |
| Octal | 133 | 334 | 233 | 73 | 0 | 36 | 16 | 226 | 101 | 75 |
| Binary | 1011011 | 11011100 | 10011011 | 111011 | 0 | 11110 | 1110 | 10010110 | 1000001 | 111101 |
Color Harmonies of #5BDC9B
Complementary color
Monochromatic Colors of #5BDC9B
Black with #5BDC9B
Text Example
Text Example
White with #5BDC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC9B; }
p { color: rgb(91,220,155); }
H1.HeaderClassName
{
color: #5BDC9B;
}
.AnyTagClassName
{
color: #5BDC9B;
}
</style>
background-color css
<style>
a { background-color: #5BDC9B; }
a { background-color: rgb(91,220,155); }
div.DivClassName
{
background-color: #5BDC9B;
}
.BgClassName
{
background-color: #5BDC9B;
}
</style>
border-color css
<style>
span { border-color: #5BDC9B; }
span { border-color: rgb(91,220,155); }
td.TdClassName
{
border-color: #5BDC9B;
}
.TagClassName
{
border-color: #5BDC9B;
}
</style>