Shades of Medium Aquamarine #5FF29E
Tints of Medium Aquamarine #5FF29E
RGB
CMYK
RGB Variations
Color information
#5FF29E (or 0x5FF29E) is known color: Medium Aquamarine. HEX triplet: 5F, F2 and 9E. RGB value is (95,242,158). Sum of RGB (Red+Green+Blue) = 95+242+158=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF29E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF29E is #A00D61. Grayscale: #BCBCBC. Windows color (decimal): -10489186 or 10416735. OLE color: 10416735.
HSL color Cylindrical-coordinate representation of color #5FF29E: hue angle of 145.71º 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 #5FF29E is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 158 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.05 |
| HSL | 145.71º | 0.85% | 0.66% | - |
| HSV(B) | 145.71º | 0.61% | 0.95% | - |
| XYZ | 42.64 | 68.41 | 43.3 | - |
| YUV | 188.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 158 | 0.61 | 0 | 0.35 | 0.05 | 145.71 | 0.85 | 0.66 |
| Hex | 5F | F2 | 9E | 3D | 0 | 23 | 5 | 92 | 55 | 42 |
| Octal | 137 | 362 | 236 | 75 | 0 | 43 | 5 | 222 | 125 | 102 |
| Binary | 1011111 | 11110010 | 10011110 | 111101 | 0 | 100011 | 101 | 10010010 | 1010101 | 1000010 |
Color Harmonies of #5FF29E
Complementary color
Monochromatic Colors of #5FF29E
Black with #5FF29E
Text Example
Text Example
White with #5FF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF29E; }
p { color: rgb(95,242,158); }
H1.HeaderClassName
{
color: #5FF29E;
}
.AnyTagClassName
{
color: #5FF29E;
}
</style>
background-color css
<style>
a { background-color: #5FF29E; }
a { background-color: rgb(95,242,158); }
div.DivClassName
{
background-color: #5FF29E;
}
.BgClassName
{
background-color: #5FF29E;
}
</style>
border-color css
<style>
span { border-color: #5FF29E; }
span { border-color: rgb(95,242,158); }
td.TdClassName
{
border-color: #5FF29E;
}
.TagClassName
{
border-color: #5FF29E;
}
</style>