Shades of Medium Aquamarine #5BFAAC
Tints of Medium Aquamarine #5BFAAC
RGB
CMYK
RGB Variations
Color information
#5BFAAC (or 0x5BFAAC) is known color: Medium Aquamarine. HEX triplet: 5B, FA and AC. RGB value is (91,250,172). Sum of RGB (Red+Green+Blue) = 91+250+172=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFAAC is #A40553. Grayscale: #C1C1C1. Windows color (decimal): -10749268 or 11336283. OLE color: 11336283.
HSL color Cylindrical-coordinate representation of color #5BFAAC: hue angle of 150.57º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFAAC is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 172 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.02 |
| HSL | 150.57º | 0.94% | 0.67% | - |
| HSV(B) | 150.57º | 0.64% | 0.98% | - |
| XYZ | 45.95 | 73.57 | 50.81 | - |
| YUV | 193.57 | 115.82 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 172 | 0.64 | 0 | 0.31 | 0.02 | 150.57 | 0.94 | 0.67 |
| Hex | 5B | FA | AC | 40 | 0 | 1F | 2 | 97 | 5E | 43 |
| Octal | 133 | 372 | 254 | 100 | 0 | 37 | 2 | 227 | 136 | 103 |
| Binary | 1011011 | 11111010 | 10101100 | 1000000 | 0 | 11111 | 10 | 10010111 | 1011110 | 1000011 |
Color Harmonies of #5BFAAC
Complementary color
Monochromatic Colors of #5BFAAC
Black with #5BFAAC
Text Example
Text Example
White with #5BFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAAC; }
p { color: rgb(91,250,172); }
H1.HeaderClassName
{
color: #5BFAAC;
}
.AnyTagClassName
{
color: #5BFAAC;
}
</style>
background-color css
<style>
a { background-color: #5BFAAC; }
a { background-color: rgb(91,250,172); }
div.DivClassName
{
background-color: #5BFAAC;
}
.BgClassName
{
background-color: #5BFAAC;
}
</style>
border-color css
<style>
span { border-color: #5BFAAC; }
span { border-color: rgb(91,250,172); }
td.TdClassName
{
border-color: #5BFAAC;
}
.TagClassName
{
border-color: #5BFAAC;
}
</style>