Shades of Medium Aquamarine #5FFBAB
Tints of Medium Aquamarine #5FFBAB
RGB
CMYK
RGB Variations
Color information
#5FFBAB (or 0x5FFBAB) is known color: Medium Aquamarine. HEX triplet: 5F, FB and AB. RGB value is (95,251,171). Sum of RGB (Red+Green+Blue) = 95+251+171=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFBAB is #A00454. Grayscale: #C3C3C3. Windows color (decimal): -10486869 or 11271007. OLE color: 11271007.
HSL color Cylindrical-coordinate representation of color #5FFBAB: hue angle of 149.23º 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 #5FFBAB is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 171 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.02 |
| HSL | 149.23º | 0.95% | 0.68% | - |
| HSV(B) | 149.23º | 0.62% | 0.98% | - |
| XYZ | 46.57 | 74.37 | 50.43 | - |
| YUV | 195.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 171 | 0.62 | 0 | 0.32 | 0.02 | 149.23 | 0.95 | 0.68 |
| Hex | 5F | FB | AB | 3E | 0 | 20 | 2 | 95 | 5F | 44 |
| Octal | 137 | 373 | 253 | 76 | 0 | 40 | 2 | 225 | 137 | 104 |
| Binary | 1011111 | 11111011 | 10101011 | 111110 | 0 | 100000 | 10 | 10010101 | 1011111 | 1000100 |
Color Harmonies of #5FFBAB
Complementary color
Monochromatic Colors of #5FFBAB
Black with #5FFBAB
Text Example
Text Example
White with #5FFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBAB; }
p { color: rgb(95,251,171); }
H1.HeaderClassName
{
color: #5FFBAB;
}
.AnyTagClassName
{
color: #5FFBAB;
}
</style>
background-color css
<style>
a { background-color: #5FFBAB; }
a { background-color: rgb(95,251,171); }
div.DivClassName
{
background-color: #5FFBAB;
}
.BgClassName
{
background-color: #5FFBAB;
}
</style>
border-color css
<style>
span { border-color: #5FFBAB; }
span { border-color: rgb(95,251,171); }
td.TdClassName
{
border-color: #5FFBAB;
}
.TagClassName
{
border-color: #5FFBAB;
}
</style>