Shades of Medium Aquamarine #5FFAA4
Tints of Medium Aquamarine #5FFAA4
RGB
CMYK
RGB Variations
Color information
#5FFAA4 (or 0x5FFAA4) is known color: Medium Aquamarine. HEX triplet: 5F, FA and A4. RGB value is (95,250,164). Sum of RGB (Red+Green+Blue) = 95+250+164=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAA4 is #A0055B. Grayscale: #C2C2C2. Windows color (decimal): -10487132 or 10811999. OLE color: 10811999.
HSL color Cylindrical-coordinate representation of color #5FFAA4: hue angle of 146.71º degrees, saturation: 0.94, 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 #5FFAA4 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 164 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.02 |
| HSL | 146.71º | 0.94% | 0.68% | - |
| HSV(B) | 146.71º | 0.62% | 0.98% | - |
| XYZ | 45.61 | 73.48 | 46.9 | - |
| YUV | 193.85 | 111.15 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 164 | 0.62 | 0 | 0.34 | 0.02 | 146.71 | 0.94 | 0.68 |
| Hex | 5F | FA | A4 | 3E | 0 | 22 | 2 | 93 | 5E | 44 |
| Octal | 137 | 372 | 244 | 76 | 0 | 42 | 2 | 223 | 136 | 104 |
| Binary | 1011111 | 11111010 | 10100100 | 111110 | 0 | 100010 | 10 | 10010011 | 1011110 | 1000100 |
Color Harmonies of #5FFAA4
Complementary color
Monochromatic Colors of #5FFAA4
Black with #5FFAA4
Text Example
Text Example
White with #5FFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAA4; }
p { color: rgb(95,250,164); }
H1.HeaderClassName
{
color: #5FFAA4;
}
.AnyTagClassName
{
color: #5FFAA4;
}
</style>
background-color css
<style>
a { background-color: #5FFAA4; }
a { background-color: rgb(95,250,164); }
div.DivClassName
{
background-color: #5FFAA4;
}
.BgClassName
{
background-color: #5FFAA4;
}
</style>
border-color css
<style>
span { border-color: #5FFAA4; }
span { border-color: rgb(95,250,164); }
td.TdClassName
{
border-color: #5FFAA4;
}
.TagClassName
{
border-color: #5FFAA4;
}
</style>