Shades of Medium Aquamarine #5BDC9C
Tints of Medium Aquamarine #5BDC9C
RGB
CMYK
RGB Variations
Color information
#5BDC9C (or 0x5BDC9C) is known color: Medium Aquamarine. HEX triplet: 5B, DC and 9C. RGB value is (91,220,156). Sum of RGB (Red+Green+Blue) = 91+220+156=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDC9C is #A42363. Grayscale: #AEAEAE. Windows color (decimal): -10756964 or 10280027. OLE color: 10280027.
HSL color Cylindrical-coordinate representation of color #5BDC9C: hue angle of 150.23º 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 #5BDC9C is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 156 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.14 |
| HSL | 150.23º | 0.65% | 0.61% | - |
| HSV(B) | 150.23º | 0.59% | 0.86% | - |
| XYZ | 35.91 | 55.81 | 40.33 | - |
| YUV | 174.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 156 | 0.59 | 0 | 0.29 | 0.14 | 150.23 | 0.65 | 0.61 |
| Hex | 5B | DC | 9C | 3B | 0 | 1D | E | 96 | 41 | 3D |
| Octal | 133 | 334 | 234 | 73 | 0 | 35 | 16 | 226 | 101 | 75 |
| Binary | 1011011 | 11011100 | 10011100 | 111011 | 0 | 11101 | 1110 | 10010110 | 1000001 | 111101 |
Color Harmonies of #5BDC9C
Complementary color
Monochromatic Colors of #5BDC9C
Black with #5BDC9C
Text Example
Text Example
White with #5BDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC9C; }
p { color: rgb(91,220,156); }
H1.HeaderClassName
{
color: #5BDC9C;
}
.AnyTagClassName
{
color: #5BDC9C;
}
</style>
background-color css
<style>
a { background-color: #5BDC9C; }
a { background-color: rgb(91,220,156); }
div.DivClassName
{
background-color: #5BDC9C;
}
.BgClassName
{
background-color: #5BDC9C;
}
</style>
border-color css
<style>
span { border-color: #5BDC9C; }
span { border-color: rgb(91,220,156); }
td.TdClassName
{
border-color: #5BDC9C;
}
.TagClassName
{
border-color: #5BDC9C;
}
</style>