Shades of Medium Aquamarine #5FFCA6
Tints of Medium Aquamarine #5FFCA6
RGB
CMYK
RGB Variations
Color information
#5FFCA6 (or 0x5FFCA6) is known color: Medium Aquamarine. HEX triplet: 5F, FC and A6. RGB value is (95,252,166). Sum of RGB (Red+Green+Blue) = 95+252+166=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFCA6 is #A00359. Grayscale: #C3C3C3. Windows color (decimal): -10486618 or 10943583. OLE color: 10943583.
HSL color Cylindrical-coordinate representation of color #5FFCA6: hue angle of 147.13º 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 #5FFCA6 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 166 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.01 |
| HSL | 147.13º | 0.96% | 0.68% | - |
| HSV(B) | 147.13º | 0.62% | 0.99% | - |
| XYZ | 46.41 | 74.81 | 48.07 | - |
| YUV | 195.25 | 111.49 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 166 | 0.62 | 0 | 0.34 | 0.01 | 147.13 | 0.96 | 0.68 |
| Hex | 5F | FC | A6 | 3E | 0 | 22 | 1 | 93 | 60 | 44 |
| Octal | 137 | 374 | 246 | 76 | 0 | 42 | 1 | 223 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10100110 | 111110 | 0 | 100010 | 1 | 10010011 | 1100000 | 1000100 |
Color Harmonies of #5FFCA6
Complementary color
Monochromatic Colors of #5FFCA6
Black with #5FFCA6
Text Example
Text Example
White with #5FFCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCA6; }
p { color: rgb(95,252,166); }
H1.HeaderClassName
{
color: #5FFCA6;
}
.AnyTagClassName
{
color: #5FFCA6;
}
</style>
background-color css
<style>
a { background-color: #5FFCA6; }
a { background-color: rgb(95,252,166); }
div.DivClassName
{
background-color: #5FFCA6;
}
.BgClassName
{
background-color: #5FFCA6;
}
</style>
border-color css
<style>
span { border-color: #5FFCA6; }
span { border-color: rgb(95,252,166); }
td.TdClassName
{
border-color: #5FFCA6;
}
.TagClassName
{
border-color: #5FFCA6;
}
</style>