Shades of Medium Aquamarine #5BCAA0
Tints of Medium Aquamarine #5BCAA0
RGB
CMYK
RGB Variations
Color information
#5BCAA0 (or 0x5BCAA0) is known color: Medium Aquamarine. HEX triplet: 5B, CA and A0. RGB value is (91,202,160). Sum of RGB (Red+Green+Blue) = 91+202+160=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCAA0 is #A4355F. Grayscale: #A4A4A4. Windows color (decimal): -10761568 or 10537563. OLE color: 10537563.
HSL color Cylindrical-coordinate representation of color #5BCAA0: hue angle of 157.3º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCAA0 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 160 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.21 |
| HSL | 157.3º | 0.51% | 0.57% | - |
| HSV(B) | 157.3º | 0.55% | 0.79% | - |
| XYZ | 31.78 | 47 | 40.66 | - |
| YUV | 164.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 160 | 0.55 | 0 | 0.21 | 0.21 | 157.3 | 0.51 | 0.57 |
| Hex | 5B | CA | A0 | 37 | 0 | 15 | 15 | 9D | 33 | 39 |
| Octal | 133 | 312 | 240 | 67 | 0 | 25 | 25 | 235 | 63 | 71 |
| Binary | 1011011 | 11001010 | 10100000 | 110111 | 0 | 10101 | 10101 | 10011101 | 110011 | 111001 |
Color Harmonies of #5BCAA0
Complementary color
Monochromatic Colors of #5BCAA0
Black with #5BCAA0
Text Example
Text Example
White with #5BCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAA0; }
p { color: rgb(91,202,160); }
H1.HeaderClassName
{
color: #5BCAA0;
}
.AnyTagClassName
{
color: #5BCAA0;
}
</style>
background-color css
<style>
a { background-color: #5BCAA0; }
a { background-color: rgb(91,202,160); }
div.DivClassName
{
background-color: #5BCAA0;
}
.BgClassName
{
background-color: #5BCAA0;
}
</style>
border-color css
<style>
span { border-color: #5BCAA0; }
span { border-color: rgb(91,202,160); }
td.TdClassName
{
border-color: #5BCAA0;
}
.TagClassName
{
border-color: #5BCAA0;
}
</style>