Shades of Medium Aquamarine #5BCAAF
Tints of Medium Aquamarine #5BCAAF
RGB
CMYK
RGB Variations
Color information
#5BCAAF (or 0x5BCAAF) is known color: Medium Aquamarine. HEX triplet: 5B, CA and AF. RGB value is (91,202,175). Sum of RGB (Red+Green+Blue) = 91+202+175=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCAAF is #A43550. Grayscale: #A5A5A5. Windows color (decimal): -10761553 or 11520603. OLE color: 11520603.
HSL color Cylindrical-coordinate representation of color #5BCAAF: hue angle of 165.41º 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 #5BCAAF is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 175 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.21 |
| HSL | 165.41º | 0.51% | 0.57% | - |
| HSV(B) | 165.41º | 0.55% | 0.79% | - |
| XYZ | 33.17 | 47.56 | 47.99 | - |
| YUV | 165.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 175 | 0.55 | 0 | 0.13 | 0.21 | 165.41 | 0.51 | 0.57 |
| Hex | 5B | CA | AF | 37 | 0 | D | 15 | A5 | 33 | 39 |
| Octal | 133 | 312 | 257 | 67 | 0 | 15 | 25 | 245 | 63 | 71 |
| Binary | 1011011 | 11001010 | 10101111 | 110111 | 0 | 1101 | 10101 | 10100101 | 110011 | 111001 |
Color Harmonies of #5BCAAF
Complementary color
Monochromatic Colors of #5BCAAF
Black with #5BCAAF
Text Example
Text Example
White with #5BCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAAF; }
p { color: rgb(91,202,175); }
H1.HeaderClassName
{
color: #5BCAAF;
}
.AnyTagClassName
{
color: #5BCAAF;
}
</style>
background-color css
<style>
a { background-color: #5BCAAF; }
a { background-color: rgb(91,202,175); }
div.DivClassName
{
background-color: #5BCAAF;
}
.BgClassName
{
background-color: #5BCAAF;
}
</style>
border-color css
<style>
span { border-color: #5BCAAF; }
span { border-color: rgb(91,202,175); }
td.TdClassName
{
border-color: #5BCAAF;
}
.TagClassName
{
border-color: #5BCAAF;
}
</style>