Shades of Medium Aquamarine #5FF19C
Tints of Medium Aquamarine #5FF19C
RGB
CMYK
RGB Variations
Color information
#5FF19C (or 0x5FF19C) is known color: Medium Aquamarine. HEX triplet: 5F, F1 and 9C. RGB value is (95,241,156). Sum of RGB (Red+Green+Blue) = 95+241+156=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF19C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF19C is #A00E63. Grayscale: #BBBBBB. Windows color (decimal): -10489444 or 10285407. OLE color: 10285407.
HSL color Cylindrical-coordinate representation of color #5FF19C: hue angle of 145.07º degrees, saturation: 0.84, 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 #5FF19C is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 156 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.05 |
| HSL | 145.07º | 0.84% | 0.66% | - |
| HSV(B) | 145.07º | 0.61% | 0.95% | - |
| XYZ | 42.18 | 67.74 | 42.31 | - |
| YUV | 187.66 | 110.13 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 156 | 0.61 | 0 | 0.35 | 0.05 | 145.07 | 0.84 | 0.66 |
| Hex | 5F | F1 | 9C | 3D | 0 | 23 | 5 | 91 | 54 | 42 |
| Octal | 137 | 361 | 234 | 75 | 0 | 43 | 5 | 221 | 124 | 102 |
| Binary | 1011111 | 11110001 | 10011100 | 111101 | 0 | 100011 | 101 | 10010001 | 1010100 | 1000010 |
Color Harmonies of #5FF19C
Complementary color
Monochromatic Colors of #5FF19C
Black with #5FF19C
Text Example
Text Example
White with #5FF19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF19C; }
p { color: rgb(95,241,156); }
H1.HeaderClassName
{
color: #5FF19C;
}
.AnyTagClassName
{
color: #5FF19C;
}
</style>
background-color css
<style>
a { background-color: #5FF19C; }
a { background-color: rgb(95,241,156); }
div.DivClassName
{
background-color: #5FF19C;
}
.BgClassName
{
background-color: #5FF19C;
}
</style>
border-color css
<style>
span { border-color: #5FF19C; }
span { border-color: rgb(95,241,156); }
td.TdClassName
{
border-color: #5FF19C;
}
.TagClassName
{
border-color: #5FF19C;
}
</style>