Shades of Medium Aquamarine #5BCAAA
Tints of Medium Aquamarine #5BCAAA
RGB
CMYK
RGB Variations
Color information
#5BCAAA (or 0x5BCAAA) is known color: Medium Aquamarine. HEX triplet: 5B, CA and AA. RGB value is (91,202,170). Sum of RGB (Red+Green+Blue) = 91+202+170=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCAAA is #A43555. Grayscale: #A5A5A5. Windows color (decimal): -10761558 or 11192923. OLE color: 11192923.
HSL color Cylindrical-coordinate representation of color #5BCAAA: hue angle of 162.7º 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 #5BCAAA is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 170 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.21 |
| HSL | 162.7º | 0.51% | 0.57% | - |
| HSV(B) | 162.7º | 0.55% | 0.79% | - |
| XYZ | 32.69 | 47.37 | 45.45 | - |
| YUV | 165.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 170 | 0.55 | 0 | 0.16 | 0.21 | 162.7 | 0.51 | 0.57 |
| Hex | 5B | CA | AA | 37 | 0 | 10 | 15 | A3 | 33 | 39 |
| Octal | 133 | 312 | 252 | 67 | 0 | 20 | 25 | 243 | 63 | 71 |
| Binary | 1011011 | 11001010 | 10101010 | 110111 | 0 | 10000 | 10101 | 10100011 | 110011 | 111001 |
Color Harmonies of #5BCAAA
Complementary color
Monochromatic Colors of #5BCAAA
Black with #5BCAAA
Text Example
Text Example
White with #5BCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAAA; }
p { color: rgb(91,202,170); }
H1.HeaderClassName
{
color: #5BCAAA;
}
.AnyTagClassName
{
color: #5BCAAA;
}
</style>
background-color css
<style>
a { background-color: #5BCAAA; }
a { background-color: rgb(91,202,170); }
div.DivClassName
{
background-color: #5BCAAA;
}
.BgClassName
{
background-color: #5BCAAA;
}
</style>
border-color css
<style>
span { border-color: #5BCAAA; }
span { border-color: rgb(91,202,170); }
td.TdClassName
{
border-color: #5BCAAA;
}
.TagClassName
{
border-color: #5BCAAA;
}
</style>