Shades of Medium Aquamarine #5FF9B0
Tints of Medium Aquamarine #5FF9B0
RGB
CMYK
RGB Variations
Color information
#5FF9B0 (or 0x5FF9B0) is known color: Medium Aquamarine. HEX triplet: 5F, F9 and B0. RGB value is (95,249,176). Sum of RGB (Red+Green+Blue) = 95+249+176=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF9B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF9B0 is #A0064F. Grayscale: #C2C2C2. Windows color (decimal): -10487376 or 11598175. OLE color: 11598175.
HSL color Cylindrical-coordinate representation of color #5FF9B0: hue angle of 151.56º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF9B0 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 249 | 176 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.02 |
| HSL | 151.56º | 0.93% | 0.67% | - |
| HSV(B) | 151.56º | 0.62% | 0.98% | - |
| XYZ | 46.43 | 73.32 | 52.78 | - |
| YUV | 194.63 | 117.48 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 249 | 176 | 0.62 | 0 | 0.29 | 0.02 | 151.56 | 0.93 | 0.67 |
| Hex | 5F | F9 | B0 | 3E | 0 | 1D | 2 | 98 | 5D | 43 |
| Octal | 137 | 371 | 260 | 76 | 0 | 35 | 2 | 230 | 135 | 103 |
| Binary | 1011111 | 11111001 | 10110000 | 111110 | 0 | 11101 | 10 | 10011000 | 1011101 | 1000011 |
Color Harmonies of #5FF9B0
Complementary color
Monochromatic Colors of #5FF9B0
Black with #5FF9B0
Text Example
Text Example
White with #5FF9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF9B0; }
p { color: rgb(95,249,176); }
H1.HeaderClassName
{
color: #5FF9B0;
}
.AnyTagClassName
{
color: #5FF9B0;
}
</style>
background-color css
<style>
a { background-color: #5FF9B0; }
a { background-color: rgb(95,249,176); }
div.DivClassName
{
background-color: #5FF9B0;
}
.BgClassName
{
background-color: #5FF9B0;
}
</style>
border-color css
<style>
span { border-color: #5FF9B0; }
span { border-color: rgb(95,249,176); }
td.TdClassName
{
border-color: #5FF9B0;
}
.TagClassName
{
border-color: #5FF9B0;
}
</style>