Shades of Medium Aquamarine #5FF0A3
Tints of Medium Aquamarine #5FF0A3
RGB
CMYK
RGB Variations
Color information
#5FF0A3 (or 0x5FF0A3) is known color: Medium Aquamarine. HEX triplet: 5F, F0 and A3. RGB value is (95,240,163). Sum of RGB (Red+Green+Blue) = 95+240+163=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF0A3 is #A00F5C. Grayscale: #BCBCBC. Windows color (decimal): -10489693 or 10743903. OLE color: 10743903.
HSL color Cylindrical-coordinate representation of color #5FF0A3: hue angle of 148.14º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF0A3 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 163 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.06 |
| HSL | 148.14º | 0.83% | 0.66% | - |
| HSV(B) | 148.14º | 0.6% | 0.94% | - |
| XYZ | 42.49 | 67.4 | 45.42 | - |
| YUV | 187.87 | 113.96 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 163 | 0.60 | 0 | 0.32 | 0.06 | 148.14 | 0.83 | 0.66 |
| Hex | 5F | F0 | A3 | 3C | 0 | 20 | 6 | 94 | 53 | 42 |
| Octal | 137 | 360 | 243 | 74 | 0 | 40 | 6 | 224 | 123 | 102 |
| Binary | 1011111 | 11110000 | 10100011 | 111100 | 0 | 100000 | 110 | 10010100 | 1010011 | 1000010 |
Color Harmonies of #5FF0A3
Complementary color
Monochromatic Colors of #5FF0A3
Black with #5FF0A3
Text Example
Text Example
White with #5FF0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF0A3; }
p { color: rgb(95,240,163); }
H1.HeaderClassName
{
color: #5FF0A3;
}
.AnyTagClassName
{
color: #5FF0A3;
}
</style>
background-color css
<style>
a { background-color: #5FF0A3; }
a { background-color: rgb(95,240,163); }
div.DivClassName
{
background-color: #5FF0A3;
}
.BgClassName
{
background-color: #5FF0A3;
}
</style>
border-color css
<style>
span { border-color: #5FF0A3; }
span { border-color: rgb(95,240,163); }
td.TdClassName
{
border-color: #5FF0A3;
}
.TagClassName
{
border-color: #5FF0A3;
}
</style>