Shades of Medium Aquamarine #5BDFAD
Tints of Medium Aquamarine #5BDFAD
RGB
CMYK
RGB Variations
Color information
#5BDFAD (or 0x5BDFAD) is known color: Medium Aquamarine. HEX triplet: 5B, DF and AD. RGB value is (91,223,173). Sum of RGB (Red+Green+Blue) = 91+223+173=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDFAD is #A42052. Grayscale: #B1B1B1. Windows color (decimal): -10756179 or 11394907. OLE color: 11394907.
HSL color Cylindrical-coordinate representation of color #5BDFAD: hue angle of 157.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDFAD is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 223 | 173 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.13 |
| HSL | 157.27º | 0.67% | 0.62% | - |
| HSV(B) | 157.27º | 0.59% | 0.87% | - |
| XYZ | 38.24 | 58.02 | 48.72 | - |
| YUV | 177.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 173 | 0.59 | 0 | 0.22 | 0.13 | 157.27 | 0.67 | 0.62 |
| Hex | 5B | DF | AD | 3B | 0 | 16 | D | 9D | 43 | 3E |
| Octal | 133 | 337 | 255 | 73 | 0 | 26 | 15 | 235 | 103 | 76 |
| Binary | 1011011 | 11011111 | 10101101 | 111011 | 0 | 10110 | 1101 | 10011101 | 1000011 | 111110 |
Color Harmonies of #5BDFAD
Complementary color
Monochromatic Colors of #5BDFAD
Black with #5BDFAD
Text Example
Text Example
White with #5BDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDFAD; }
p { color: rgb(91,223,173); }
H1.HeaderClassName
{
color: #5BDFAD;
}
.AnyTagClassName
{
color: #5BDFAD;
}
</style>
background-color css
<style>
a { background-color: #5BDFAD; }
a { background-color: rgb(91,223,173); }
div.DivClassName
{
background-color: #5BDFAD;
}
.BgClassName
{
background-color: #5BDFAD;
}
</style>
border-color css
<style>
span { border-color: #5BDFAD; }
span { border-color: rgb(91,223,173); }
td.TdClassName
{
border-color: #5BDFAD;
}
.TagClassName
{
border-color: #5BDFAD;
}
</style>