Shades of Medium Aquamarine #5FFA98
Tints of Medium Aquamarine #5FFA98
RGB
CMYK
RGB Variations
Color information
#5FFA98 (or 0x5FFA98) is known color: Medium Aquamarine. HEX triplet: 5F, FA and 98. RGB value is (95,250,152). Sum of RGB (Red+Green+Blue) = 95+250+152=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFA98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFA98 is #A00567. Grayscale: #C0C0C0. Windows color (decimal): -10487144 or 10025567. OLE color: 10025567.
HSL color Cylindrical-coordinate representation of color #5FFA98: hue angle of 142.06º 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 #5FFA98 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 152 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.02 |
| HSL | 142.06º | 0.94% | 0.68% | - |
| HSV(B) | 142.06º | 0.62% | 0.98% | - |
| XYZ | 44.57 | 73.07 | 41.46 | - |
| YUV | 192.48 | 105.15 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 152 | 0.62 | 0 | 0.39 | 0.02 | 142.06 | 0.94 | 0.68 |
| Hex | 5F | FA | 98 | 3E | 0 | 27 | 2 | 8E | 5E | 44 |
| Octal | 137 | 372 | 230 | 76 | 0 | 47 | 2 | 216 | 136 | 104 |
| Binary | 1011111 | 11111010 | 10011000 | 111110 | 0 | 100111 | 10 | 10001110 | 1011110 | 1000100 |
Color Harmonies of #5FFA98
Complementary color
Monochromatic Colors of #5FFA98
Black with #5FFA98
Text Example
Text Example
White with #5FFA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFA98; }
p { color: rgb(95,250,152); }
H1.HeaderClassName
{
color: #5FFA98;
}
.AnyTagClassName
{
color: #5FFA98;
}
</style>
background-color css
<style>
a { background-color: #5FFA98; }
a { background-color: rgb(95,250,152); }
div.DivClassName
{
background-color: #5FFA98;
}
.BgClassName
{
background-color: #5FFA98;
}
</style>
border-color css
<style>
span { border-color: #5FFA98; }
span { border-color: rgb(95,250,152); }
td.TdClassName
{
border-color: #5FFA98;
}
.TagClassName
{
border-color: #5FFA98;
}
</style>