Shades of Medium Aquamarine #5BD2A4
Tints of Medium Aquamarine #5BD2A4
RGB
CMYK
RGB Variations
Color information
#5BD2A4 (or 0x5BD2A4) is known color: Medium Aquamarine. HEX triplet: 5B, D2 and A4. RGB value is (91,210,164). Sum of RGB (Red+Green+Blue) = 91+210+164=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD2A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD2A4 is #A42D5B. Grayscale: #A9A9A9. Windows color (decimal): -10759516 or 10801755. OLE color: 10801755.
HSL color Cylindrical-coordinate representation of color #5BD2A4: hue angle of 156.81º 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 #5BD2A4 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 164 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.18 |
| HSL | 156.81º | 0.57% | 0.59% | - |
| HSV(B) | 156.81º | 0.57% | 0.82% | - |
| XYZ | 34.06 | 51 | 43.17 | - |
| YUV | 169.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 164 | 0.57 | 0 | 0.22 | 0.18 | 156.81 | 0.57 | 0.59 |
| Hex | 5B | D2 | A4 | 39 | 0 | 16 | 12 | 9D | 39 | 3B |
| Octal | 133 | 322 | 244 | 71 | 0 | 26 | 22 | 235 | 71 | 73 |
| Binary | 1011011 | 11010010 | 10100100 | 111001 | 0 | 10110 | 10010 | 10011101 | 111001 | 111011 |
Color Harmonies of #5BD2A4
Complementary color
Monochromatic Colors of #5BD2A4
Black with #5BD2A4
Text Example
Text Example
White with #5BD2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2A4; }
p { color: rgb(91,210,164); }
H1.HeaderClassName
{
color: #5BD2A4;
}
.AnyTagClassName
{
color: #5BD2A4;
}
</style>
background-color css
<style>
a { background-color: #5BD2A4; }
a { background-color: rgb(91,210,164); }
div.DivClassName
{
background-color: #5BD2A4;
}
.BgClassName
{
background-color: #5BD2A4;
}
</style>
border-color css
<style>
span { border-color: #5BD2A4; }
span { border-color: rgb(91,210,164); }
td.TdClassName
{
border-color: #5BD2A4;
}
.TagClassName
{
border-color: #5BD2A4;
}
</style>