Shades of Medium Aquamarine #5BD0A5
Tints of Medium Aquamarine #5BD0A5
RGB
CMYK
RGB Variations
Color information
#5BD0A5 (or 0x5BD0A5) is known color: Medium Aquamarine. HEX triplet: 5B, D0 and A5. RGB value is (91,208,165). Sum of RGB (Red+Green+Blue) = 91+208+165=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD0A5 is #A42F5A. Grayscale: #A8A8A8. Windows color (decimal): -10760027 or 10866779. OLE color: 10866779.
HSL color Cylindrical-coordinate representation of color #5BD0A5: hue angle of 157.95º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD0A5 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 165 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.18 |
| HSL | 157.95º | 0.55% | 0.59% | - |
| HSV(B) | 157.95º | 0.56% | 0.82% | - |
| XYZ | 33.66 | 50.05 | 43.48 | - |
| YUV | 168.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 165 | 0.56 | 0 | 0.21 | 0.18 | 157.95 | 0.55 | 0.59 |
| Hex | 5B | D0 | A5 | 38 | 0 | 15 | 12 | 9E | 37 | 3B |
| Octal | 133 | 320 | 245 | 70 | 0 | 25 | 22 | 236 | 67 | 73 |
| Binary | 1011011 | 11010000 | 10100101 | 111000 | 0 | 10101 | 10010 | 10011110 | 110111 | 111011 |
Color Harmonies of #5BD0A5
Complementary color
Monochromatic Colors of #5BD0A5
Black with #5BD0A5
Text Example
Text Example
White with #5BD0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD0A5; }
p { color: rgb(91,208,165); }
H1.HeaderClassName
{
color: #5BD0A5;
}
.AnyTagClassName
{
color: #5BD0A5;
}
</style>
background-color css
<style>
a { background-color: #5BD0A5; }
a { background-color: rgb(91,208,165); }
div.DivClassName
{
background-color: #5BD0A5;
}
.BgClassName
{
background-color: #5BD0A5;
}
</style>
border-color css
<style>
span { border-color: #5BD0A5; }
span { border-color: rgb(91,208,165); }
td.TdClassName
{
border-color: #5BD0A5;
}
.TagClassName
{
border-color: #5BD0A5;
}
</style>