Shades of Medium Aquamarine #5FF7B0
Tints of Medium Aquamarine #5FF7B0
RGB
CMYK
RGB Variations
Color information
#5FF7B0 (or 0x5FF7B0) is known color: Medium Aquamarine. HEX triplet: 5F, F7 and B0. RGB value is (95,247,176). Sum of RGB (Red+Green+Blue) = 95+247+176=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF7B0 is #A0084F. Grayscale: #C1C1C1. Windows color (decimal): -10487888 or 11597663. OLE color: 11597663.
HSL color Cylindrical-coordinate representation of color #5FF7B0: hue angle of 151.97º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF7B0 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 247 | 176 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.03 |
| HSL | 151.97º | 0.9% | 0.67% | - |
| HSV(B) | 151.97º | 0.62% | 0.97% | - |
| XYZ | 45.82 | 72.09 | 52.57 | - |
| YUV | 193.46 | 118.14 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 247 | 176 | 0.62 | 0 | 0.29 | 0.03 | 151.97 | 0.9 | 0.67 |
| Hex | 5F | F7 | B0 | 3E | 0 | 1D | 3 | 98 | 5A | 43 |
| Octal | 137 | 367 | 260 | 76 | 0 | 35 | 3 | 230 | 132 | 103 |
| Binary | 1011111 | 11110111 | 10110000 | 111110 | 0 | 11101 | 11 | 10011000 | 1011010 | 1000011 |
Color Harmonies of #5FF7B0
Complementary color
Monochromatic Colors of #5FF7B0
Black with #5FF7B0
Text Example
Text Example
White with #5FF7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF7B0; }
p { color: rgb(95,247,176); }
H1.HeaderClassName
{
color: #5FF7B0;
}
.AnyTagClassName
{
color: #5FF7B0;
}
</style>
background-color css
<style>
a { background-color: #5FF7B0; }
a { background-color: rgb(95,247,176); }
div.DivClassName
{
background-color: #5FF7B0;
}
.BgClassName
{
background-color: #5FF7B0;
}
</style>
border-color css
<style>
span { border-color: #5FF7B0; }
span { border-color: rgb(95,247,176); }
td.TdClassName
{
border-color: #5FF7B0;
}
.TagClassName
{
border-color: #5FF7B0;
}
</style>