Shades of Medium Aquamarine #5FFBAC
Tints of Medium Aquamarine #5FFBAC
RGB
CMYK
RGB Variations
Color information
#5FFBAC (or 0x5FFBAC) is known color: Medium Aquamarine. HEX triplet: 5F, FB and AC. RGB value is (95,251,172). Sum of RGB (Red+Green+Blue) = 95+251+172=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFBAC is #A00453. Grayscale: #C3C3C3. Windows color (decimal): -10486868 or 11336543. OLE color: 11336543.
HSL color Cylindrical-coordinate representation of color #5FFBAC: hue angle of 149.62º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBAC is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 172 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.02 |
| HSL | 149.62º | 0.95% | 0.68% | - |
| HSV(B) | 149.62º | 0.62% | 0.98% | - |
| XYZ | 46.66 | 74.41 | 50.93 | - |
| YUV | 195.35 | 114.82 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 172 | 0.62 | 0 | 0.31 | 0.02 | 149.62 | 0.95 | 0.68 |
| Hex | 5F | FB | AC | 3E | 0 | 1F | 2 | 96 | 5F | 44 |
| Octal | 137 | 373 | 254 | 76 | 0 | 37 | 2 | 226 | 137 | 104 |
| Binary | 1011111 | 11111011 | 10101100 | 111110 | 0 | 11111 | 10 | 10010110 | 1011111 | 1000100 |
Color Harmonies of #5FFBAC
Complementary color
Monochromatic Colors of #5FFBAC
Black with #5FFBAC
Text Example
Text Example
White with #5FFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBAC; }
p { color: rgb(95,251,172); }
H1.HeaderClassName
{
color: #5FFBAC;
}
.AnyTagClassName
{
color: #5FFBAC;
}
</style>
background-color css
<style>
a { background-color: #5FFBAC; }
a { background-color: rgb(95,251,172); }
div.DivClassName
{
background-color: #5FFBAC;
}
.BgClassName
{
background-color: #5FFBAC;
}
</style>
border-color css
<style>
span { border-color: #5FFBAC; }
span { border-color: rgb(95,251,172); }
td.TdClassName
{
border-color: #5FFBAC;
}
.TagClassName
{
border-color: #5FFBAC;
}
</style>