Shades of Medium Aquamarine #5FF098
Tints of Medium Aquamarine #5FF098
RGB
CMYK
RGB Variations
Color information
#5FF098 (or 0x5FF098) is known color: Medium Aquamarine. HEX triplet: 5F, F0 and 98. RGB value is (95,240,152). Sum of RGB (Red+Green+Blue) = 95+240+152=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF098 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF098 is #A00F67. Grayscale: #BABABA. Windows color (decimal): -10489704 or 10023007. OLE color: 10023007.
HSL color Cylindrical-coordinate representation of color #5FF098: hue angle of 143.59º 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 #5FF098 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 152 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.06 |
| HSL | 143.59º | 0.83% | 0.66% | - |
| HSV(B) | 143.59º | 0.6% | 0.94% | - |
| XYZ | 41.55 | 67.02 | 40.45 | - |
| YUV | 186.61 | 108.46 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 152 | 0.60 | 0 | 0.37 | 0.06 | 143.59 | 0.83 | 0.66 |
| Hex | 5F | F0 | 98 | 3C | 0 | 25 | 6 | 90 | 53 | 42 |
| Octal | 137 | 360 | 230 | 74 | 0 | 45 | 6 | 220 | 123 | 102 |
| Binary | 1011111 | 11110000 | 10011000 | 111100 | 0 | 100101 | 110 | 10010000 | 1010011 | 1000010 |
Color Harmonies of #5FF098
Complementary color
Monochromatic Colors of #5FF098
Black with #5FF098
Text Example
Text Example
White with #5FF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF098; }
p { color: rgb(95,240,152); }
H1.HeaderClassName
{
color: #5FF098;
}
.AnyTagClassName
{
color: #5FF098;
}
</style>
background-color css
<style>
a { background-color: #5FF098; }
a { background-color: rgb(95,240,152); }
div.DivClassName
{
background-color: #5FF098;
}
.BgClassName
{
background-color: #5FF098;
}
</style>
border-color css
<style>
span { border-color: #5FF098; }
span { border-color: rgb(95,240,152); }
td.TdClassName
{
border-color: #5FF098;
}
.TagClassName
{
border-color: #5FF098;
}
</style>