Shades of Medium Aquamarine #5FFAB2
Tints of Medium Aquamarine #5FFAB2
RGB
CMYK
RGB Variations
Color information
#5FFAB2 (or 0x5FFAB2) is known color: Medium Aquamarine. HEX triplet: 5F, FA and B2. RGB value is (95,250,178). Sum of RGB (Red+Green+Blue) = 95+250+178=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAB2 is #A0054D. Grayscale: #C3C3C3. Windows color (decimal): -10487118 or 11729503. OLE color: 11729503.
HSL color Cylindrical-coordinate representation of color #5FFAB2: hue angle of 152.13º 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 #5FFAB2 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 178 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.02 |
| HSL | 152.13º | 0.94% | 0.68% | - |
| HSV(B) | 152.13º | 0.62% | 0.98% | - |
| XYZ | 46.94 | 74.02 | 53.93 | - |
| YUV | 195.45 | 118.15 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 178 | 0.62 | 0 | 0.29 | 0.02 | 152.13 | 0.94 | 0.68 |
| Hex | 5F | FA | B2 | 3E | 0 | 1D | 2 | 98 | 5E | 44 |
| Octal | 137 | 372 | 262 | 76 | 0 | 35 | 2 | 230 | 136 | 104 |
| Binary | 1011111 | 11111010 | 10110010 | 111110 | 0 | 11101 | 10 | 10011000 | 1011110 | 1000100 |
Color Harmonies of #5FFAB2
Complementary color
Monochromatic Colors of #5FFAB2
Black with #5FFAB2
Text Example
Text Example
White with #5FFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAB2; }
p { color: rgb(95,250,178); }
H1.HeaderClassName
{
color: #5FFAB2;
}
.AnyTagClassName
{
color: #5FFAB2;
}
</style>
background-color css
<style>
a { background-color: #5FFAB2; }
a { background-color: rgb(95,250,178); }
div.DivClassName
{
background-color: #5FFAB2;
}
.BgClassName
{
background-color: #5FFAB2;
}
</style>
border-color css
<style>
span { border-color: #5FFAB2; }
span { border-color: rgb(95,250,178); }
td.TdClassName
{
border-color: #5FFAB2;
}
.TagClassName
{
border-color: #5FFAB2;
}
</style>