Shades of Medium Aquamarine #5BC9A8
Tints of Medium Aquamarine #5BC9A8
RGB
CMYK
RGB Variations
Color information
#5BC9A8 (or 0x5BC9A8) is known color: Medium Aquamarine. HEX triplet: 5B, C9 and A8. RGB value is (91,201,168). Sum of RGB (Red+Green+Blue) = 91+201+168=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC9A8 is #A43657. Grayscale: #A4A4A4. Windows color (decimal): -10761816 or 11061595. OLE color: 11061595.
HSL color Cylindrical-coordinate representation of color #5BC9A8: hue angle of 162º degrees, saturation: 0.5, 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 #5BC9A8 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 168 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.21 |
| HSL | 162º | 0.5% | 0.57% | - |
| HSV(B) | 162º | 0.55% | 0.79% | - |
| XYZ | 32.27 | 46.82 | 44.38 | - |
| YUV | 164.35 | 130.06 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 168 | 0.55 | 0 | 0.16 | 0.21 | 162 | 0.5 | 0.57 |
| Hex | 5B | C9 | A8 | 37 | 0 | 10 | 15 | A2 | 32 | 39 |
| Octal | 133 | 311 | 250 | 67 | 0 | 20 | 25 | 242 | 62 | 71 |
| Binary | 1011011 | 11001001 | 10101000 | 110111 | 0 | 10000 | 10101 | 10100010 | 110010 | 111001 |
Color Harmonies of #5BC9A8
Complementary color
Monochromatic Colors of #5BC9A8
Black with #5BC9A8
Text Example
Text Example
White with #5BC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9A8; }
p { color: rgb(91,201,168); }
H1.HeaderClassName
{
color: #5BC9A8;
}
.AnyTagClassName
{
color: #5BC9A8;
}
</style>
background-color css
<style>
a { background-color: #5BC9A8; }
a { background-color: rgb(91,201,168); }
div.DivClassName
{
background-color: #5BC9A8;
}
.BgClassName
{
background-color: #5BC9A8;
}
</style>
border-color css
<style>
span { border-color: #5BC9A8; }
span { border-color: rgb(91,201,168); }
td.TdClassName
{
border-color: #5BC9A8;
}
.TagClassName
{
border-color: #5BC9A8;
}
</style>