Shades of Medium Aquamarine #5FF29F
Tints of Medium Aquamarine #5FF29F
RGB
CMYK
RGB Variations
Color information
#5FF29F (or 0x5FF29F) is known color: Medium Aquamarine. HEX triplet: 5F, F2 and 9F. RGB value is (95,242,159). Sum of RGB (Red+Green+Blue) = 95+242+159=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF29F is #A00D60. Grayscale: #BCBCBC. Windows color (decimal): -10489185 or 10482271. OLE color: 10482271.
HSL color Cylindrical-coordinate representation of color #5FF29F: hue angle of 146.12º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF29F is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 159 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.05 |
| HSL | 146.12º | 0.85% | 0.66% | - |
| HSV(B) | 146.12º | 0.61% | 0.95% | - |
| XYZ | 42.73 | 68.44 | 43.76 | - |
| YUV | 188.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 159 | 0.61 | 0 | 0.34 | 0.05 | 146.12 | 0.85 | 0.66 |
| Hex | 5F | F2 | 9F | 3D | 0 | 22 | 5 | 92 | 55 | 42 |
| Octal | 137 | 362 | 237 | 75 | 0 | 42 | 5 | 222 | 125 | 102 |
| Binary | 1011111 | 11110010 | 10011111 | 111101 | 0 | 100010 | 101 | 10010010 | 1010101 | 1000010 |
Color Harmonies of #5FF29F
Complementary color
Monochromatic Colors of #5FF29F
Black with #5FF29F
Text Example
Text Example
White with #5FF29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF29F; }
p { color: rgb(95,242,159); }
H1.HeaderClassName
{
color: #5FF29F;
}
.AnyTagClassName
{
color: #5FF29F;
}
</style>
background-color css
<style>
a { background-color: #5FF29F; }
a { background-color: rgb(95,242,159); }
div.DivClassName
{
background-color: #5FF29F;
}
.BgClassName
{
background-color: #5FF29F;
}
</style>
border-color css
<style>
span { border-color: #5FF29F; }
span { border-color: rgb(95,242,159); }
td.TdClassName
{
border-color: #5FF29F;
}
.TagClassName
{
border-color: #5FF29F;
}
</style>