Shades of Medium Aquamarine #5BFDAF
Tints of Medium Aquamarine #5BFDAF
RGB
CMYK
RGB Variations
Color information
#5BFDAF (or 0x5BFDAF) is known color: Medium Aquamarine. HEX triplet: 5B, FD and AF. RGB value is (91,253,175). Sum of RGB (Red+Green+Blue) = 91+253+175=519 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.53% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFDAF is #A40250. Grayscale: #C3C3C3. Windows color (decimal): -10748497 or 11533659. OLE color: 11533659.
HSL color Cylindrical-coordinate representation of color #5BFDAF: hue angle of 151.11º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFDAF is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 175 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.01 |
| HSL | 151.11º | 0.98% | 0.67% | - |
| HSV(B) | 151.11º | 0.64% | 0.99% | - |
| XYZ | 47.18 | 75.57 | 52.66 | - |
| YUV | 195.67 | 116.33 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 175 | 0.64 | 0 | 0.31 | 0.01 | 151.11 | 0.98 | 0.67 |
| Hex | 5B | FD | AF | 40 | 0 | 1F | 1 | 97 | 62 | 43 |
| Octal | 133 | 375 | 257 | 100 | 0 | 37 | 1 | 227 | 142 | 103 |
| Binary | 1011011 | 11111101 | 10101111 | 1000000 | 0 | 11111 | 1 | 10010111 | 1100010 | 1000011 |
Color Harmonies of #5BFDAF
Complementary color
Monochromatic Colors of #5BFDAF
Black with #5BFDAF
Text Example
Text Example
White with #5BFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDAF; }
p { color: rgb(91,253,175); }
H1.HeaderClassName
{
color: #5BFDAF;
}
.AnyTagClassName
{
color: #5BFDAF;
}
</style>
background-color css
<style>
a { background-color: #5BFDAF; }
a { background-color: rgb(91,253,175); }
div.DivClassName
{
background-color: #5BFDAF;
}
.BgClassName
{
background-color: #5BFDAF;
}
</style>
border-color css
<style>
span { border-color: #5BFDAF; }
span { border-color: rgb(91,253,175); }
td.TdClassName
{
border-color: #5BFDAF;
}
.TagClassName
{
border-color: #5BFDAF;
}
</style>