Shades of Medium Aquamarine #5BFDAC
Tints of Medium Aquamarine #5BFDAC
RGB
CMYK
RGB Variations
Color information
#5BFDAC (or 0x5BFDAC) is known color: Medium Aquamarine. HEX triplet: 5B, FD and AC. RGB value is (91,253,172). Sum of RGB (Red+Green+Blue) = 91+253+172=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFDAC is #A40253. Grayscale: #C3C3C3. Windows color (decimal): -10748500 or 11337051. OLE color: 11337051.
HSL color Cylindrical-coordinate representation of color #5BFDAC: hue angle of 150º 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 #5BFDAC is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 172 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.01 |
| HSL | 150º | 0.98% | 0.67% | - |
| HSV(B) | 150º | 0.64% | 0.99% | - |
| XYZ | 46.89 | 75.45 | 51.12 | - |
| YUV | 195.33 | 114.83 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 172 | 0.64 | 0 | 0.32 | 0.01 | 150 | 0.98 | 0.67 |
| Hex | 5B | FD | AC | 40 | 0 | 20 | 1 | 96 | 62 | 43 |
| Octal | 133 | 375 | 254 | 100 | 0 | 40 | 1 | 226 | 142 | 103 |
| Binary | 1011011 | 11111101 | 10101100 | 1000000 | 0 | 100000 | 1 | 10010110 | 1100010 | 1000011 |
Color Harmonies of #5BFDAC
Complementary color
Monochromatic Colors of #5BFDAC
Black with #5BFDAC
Text Example
Text Example
White with #5BFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDAC; }
p { color: rgb(91,253,172); }
H1.HeaderClassName
{
color: #5BFDAC;
}
.AnyTagClassName
{
color: #5BFDAC;
}
</style>
background-color css
<style>
a { background-color: #5BFDAC; }
a { background-color: rgb(91,253,172); }
div.DivClassName
{
background-color: #5BFDAC;
}
.BgClassName
{
background-color: #5BFDAC;
}
</style>
border-color css
<style>
span { border-color: #5BFDAC; }
span { border-color: rgb(91,253,172); }
td.TdClassName
{
border-color: #5BFDAC;
}
.TagClassName
{
border-color: #5BFDAC;
}
</style>