Shades of Medium Aquamarine #5BDEAF
Tints of Medium Aquamarine #5BDEAF
RGB
CMYK
RGB Variations
Color information
#5BDEAF (or 0x5BDEAF) is known color: Medium Aquamarine. HEX triplet: 5B, DE and AF. RGB value is (91,222,175). Sum of RGB (Red+Green+Blue) = 91+222+175=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDEAF is #A42150. Grayscale: #B1B1B1. Windows color (decimal): -10756433 or 11525723. OLE color: 11525723.
HSL color Cylindrical-coordinate representation of color #5BDEAF: hue angle of 158.47º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDEAF is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 175 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.13 |
| HSL | 158.47º | 0.66% | 0.61% | - |
| HSV(B) | 158.47º | 0.59% | 0.87% | - |
| XYZ | 38.17 | 57.56 | 49.66 | - |
| YUV | 177.47 | 126.6 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 175 | 0.59 | 0 | 0.21 | 0.13 | 158.47 | 0.66 | 0.61 |
| Hex | 5B | DE | AF | 3B | 0 | 15 | D | 9E | 42 | 3D |
| Octal | 133 | 336 | 257 | 73 | 0 | 25 | 15 | 236 | 102 | 75 |
| Binary | 1011011 | 11011110 | 10101111 | 111011 | 0 | 10101 | 1101 | 10011110 | 1000010 | 111101 |
Color Harmonies of #5BDEAF
Complementary color
Monochromatic Colors of #5BDEAF
Black with #5BDEAF
Text Example
Text Example
White with #5BDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDEAF; }
p { color: rgb(91,222,175); }
H1.HeaderClassName
{
color: #5BDEAF;
}
.AnyTagClassName
{
color: #5BDEAF;
}
</style>
background-color css
<style>
a { background-color: #5BDEAF; }
a { background-color: rgb(91,222,175); }
div.DivClassName
{
background-color: #5BDEAF;
}
.BgClassName
{
background-color: #5BDEAF;
}
</style>
border-color css
<style>
span { border-color: #5BDEAF; }
span { border-color: rgb(91,222,175); }
td.TdClassName
{
border-color: #5BDEAF;
}
.TagClassName
{
border-color: #5BDEAF;
}
</style>