Shades of Medium Aquamarine #5FEFAC
Tints of Medium Aquamarine #5FEFAC
RGB
CMYK
RGB Variations
Color information
#5FEFAC (or 0x5FEFAC) is known color: Medium Aquamarine. HEX triplet: 5F, EF and AC. RGB value is (95,239,172). Sum of RGB (Red+Green+Blue) = 95+239+172=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEFAC is #A01053. Grayscale: #BCBCBC. Windows color (decimal): -10489940 or 11333471. OLE color: 11333471.
HSL color Cylindrical-coordinate representation of color #5FEFAC: hue angle of 152.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEFAC is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 172 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.06 |
| HSL | 152.08º | 0.82% | 0.65% | - |
| HSV(B) | 152.08º | 0.6% | 0.94% | - |
| XYZ | 43.03 | 67.14 | 49.72 | - |
| YUV | 188.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 172 | 0.60 | 0 | 0.28 | 0.06 | 152.08 | 0.82 | 0.65 |
| Hex | 5F | EF | AC | 3C | 0 | 1C | 6 | 98 | 52 | 41 |
| Octal | 137 | 357 | 254 | 74 | 0 | 34 | 6 | 230 | 122 | 101 |
| Binary | 1011111 | 11101111 | 10101100 | 111100 | 0 | 11100 | 110 | 10011000 | 1010010 | 1000001 |
Color Harmonies of #5FEFAC
Complementary color
Monochromatic Colors of #5FEFAC
Black with #5FEFAC
Text Example
Text Example
White with #5FEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFAC; }
p { color: rgb(95,239,172); }
H1.HeaderClassName
{
color: #5FEFAC;
}
.AnyTagClassName
{
color: #5FEFAC;
}
</style>
background-color css
<style>
a { background-color: #5FEFAC; }
a { background-color: rgb(95,239,172); }
div.DivClassName
{
background-color: #5FEFAC;
}
.BgClassName
{
background-color: #5FEFAC;
}
</style>
border-color css
<style>
span { border-color: #5FEFAC; }
span { border-color: rgb(95,239,172); }
td.TdClassName
{
border-color: #5FEFAC;
}
.TagClassName
{
border-color: #5FEFAC;
}
</style>