Shades of Medium Aquamarine #5FFBA8
Tints of Medium Aquamarine #5FFBA8
RGB
CMYK
RGB Variations
Color information
#5FFBA8 (or 0x5FFBA8) is known color: Medium Aquamarine. HEX triplet: 5F, FB and A8. RGB value is (95,251,168). Sum of RGB (Red+Green+Blue) = 95+251+168=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFBA8 is #A00457. Grayscale: #C3C3C3. Windows color (decimal): -10486872 or 11074399. OLE color: 11074399.
HSL color Cylindrical-coordinate representation of color #5FFBA8: hue angle of 148.08º degrees, saturation: 0.95, 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 #5FFBA8 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 168 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.02 |
| HSL | 148.08º | 0.95% | 0.68% | - |
| HSV(B) | 148.08º | 0.62% | 0.98% | - |
| XYZ | 46.28 | 74.25 | 48.94 | - |
| YUV | 194.89 | 112.82 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 168 | 0.62 | 0 | 0.33 | 0.02 | 148.08 | 0.95 | 0.68 |
| Hex | 5F | FB | A8 | 3E | 0 | 21 | 2 | 94 | 5F | 44 |
| Octal | 137 | 373 | 250 | 76 | 0 | 41 | 2 | 224 | 137 | 104 |
| Binary | 1011111 | 11111011 | 10101000 | 111110 | 0 | 100001 | 10 | 10010100 | 1011111 | 1000100 |
Color Harmonies of #5FFBA8
Complementary color
Monochromatic Colors of #5FFBA8
Black with #5FFBA8
Text Example
Text Example
White with #5FFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBA8; }
p { color: rgb(95,251,168); }
H1.HeaderClassName
{
color: #5FFBA8;
}
.AnyTagClassName
{
color: #5FFBA8;
}
</style>
background-color css
<style>
a { background-color: #5FFBA8; }
a { background-color: rgb(95,251,168); }
div.DivClassName
{
background-color: #5FFBA8;
}
.BgClassName
{
background-color: #5FFBA8;
}
</style>
border-color css
<style>
span { border-color: #5FFBA8; }
span { border-color: rgb(95,251,168); }
td.TdClassName
{
border-color: #5FFBA8;
}
.TagClassName
{
border-color: #5FFBA8;
}
</style>