Shades of Medium Aquamarine #5FFAB0
Tints of Medium Aquamarine #5FFAB0
RGB
CMYK
RGB Variations
Color information
#5FFAB0 (or 0x5FFAB0) is known color: Medium Aquamarine. HEX triplet: 5F, FA and B0. RGB value is (95,250,176). Sum of RGB (Red+Green+Blue) = 95+250+176=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAB0 is #A0054F. Grayscale: #C3C3C3. Windows color (decimal): -10487120 or 11598431. OLE color: 11598431.
HSL color Cylindrical-coordinate representation of color #5FFAB0: hue angle of 151.35º 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 #5FFAB0 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 176 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.02 |
| HSL | 151.35º | 0.94% | 0.68% | - |
| HSV(B) | 151.35º | 0.62% | 0.98% | - |
| XYZ | 46.74 | 73.94 | 52.88 | - |
| YUV | 195.22 | 117.15 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 176 | 0.62 | 0 | 0.30 | 0.02 | 151.35 | 0.94 | 0.68 |
| Hex | 5F | FA | B0 | 3E | 0 | 1E | 2 | 97 | 5E | 44 |
| Octal | 137 | 372 | 260 | 76 | 0 | 36 | 2 | 227 | 136 | 104 |
| Binary | 1011111 | 11111010 | 10110000 | 111110 | 0 | 11110 | 10 | 10010111 | 1011110 | 1000100 |
Color Harmonies of #5FFAB0
Complementary color
Monochromatic Colors of #5FFAB0
Black with #5FFAB0
Text Example
Text Example
White with #5FFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAB0; }
p { color: rgb(95,250,176); }
H1.HeaderClassName
{
color: #5FFAB0;
}
.AnyTagClassName
{
color: #5FFAB0;
}
</style>
background-color css
<style>
a { background-color: #5FFAB0; }
a { background-color: rgb(95,250,176); }
div.DivClassName
{
background-color: #5FFAB0;
}
.BgClassName
{
background-color: #5FFAB0;
}
</style>
border-color css
<style>
span { border-color: #5FFAB0; }
span { border-color: rgb(95,250,176); }
td.TdClassName
{
border-color: #5FFAB0;
}
.TagClassName
{
border-color: #5FFAB0;
}
</style>