Shades of Medium Aquamarine #5FFCAC
Tints of Medium Aquamarine #5FFCAC
RGB
CMYK
RGB Variations
Color information
#5FFCAC (or 0x5FFCAC) is known color: Medium Aquamarine. HEX triplet: 5F, FC and AC. RGB value is (95,252,172). Sum of RGB (Red+Green+Blue) = 95+252+172=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFCAC is #A00353. Grayscale: #C4C4C4. Windows color (decimal): -10486612 or 11336799. OLE color: 11336799.
HSL color Cylindrical-coordinate representation of color #5FFCAC: hue angle of 149.43º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCAC is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 172 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.01 |
| HSL | 149.43º | 0.96% | 0.68% | - |
| HSV(B) | 149.43º | 0.62% | 0.99% | - |
| XYZ | 46.98 | 75.03 | 51.04 | - |
| YUV | 195.94 | 114.49 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 172 | 0.62 | 0 | 0.32 | 0.01 | 149.43 | 0.96 | 0.68 |
| Hex | 5F | FC | AC | 3E | 0 | 20 | 1 | 95 | 60 | 44 |
| Octal | 137 | 374 | 254 | 76 | 0 | 40 | 1 | 225 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10101100 | 111110 | 0 | 100000 | 1 | 10010101 | 1100000 | 1000100 |
Color Harmonies of #5FFCAC
Complementary color
Monochromatic Colors of #5FFCAC
Black with #5FFCAC
Text Example
Text Example
White with #5FFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCAC; }
p { color: rgb(95,252,172); }
H1.HeaderClassName
{
color: #5FFCAC;
}
.AnyTagClassName
{
color: #5FFCAC;
}
</style>
background-color css
<style>
a { background-color: #5FFCAC; }
a { background-color: rgb(95,252,172); }
div.DivClassName
{
background-color: #5FFCAC;
}
.BgClassName
{
background-color: #5FFCAC;
}
</style>
border-color css
<style>
span { border-color: #5FFCAC; }
span { border-color: rgb(95,252,172); }
td.TdClassName
{
border-color: #5FFCAC;
}
.TagClassName
{
border-color: #5FFCAC;
}
</style>