Shades of Medium Aquamarine #5FFCAB
Tints of Medium Aquamarine #5FFCAB
RGB
CMYK
RGB Variations
Color information
#5FFCAB (or 0x5FFCAB) is known color: Medium Aquamarine. HEX triplet: 5F, FC and AB. RGB value is (95,252,171). Sum of RGB (Red+Green+Blue) = 95+252+171=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFCAB is #A00354. Grayscale: #C3C3C3. Windows color (decimal): -10486613 or 11271263. OLE color: 11271263.
HSL color Cylindrical-coordinate representation of color #5FFCAB: hue angle of 149.04º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCAB is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 171 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.01 |
| HSL | 149.04º | 0.96% | 0.68% | - |
| HSV(B) | 149.04º | 0.62% | 0.99% | - |
| XYZ | 46.88 | 74.99 | 50.53 | - |
| YUV | 195.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 171 | 0.62 | 0 | 0.32 | 0.01 | 149.04 | 0.96 | 0.68 |
| Hex | 5F | FC | AB | 3E | 0 | 20 | 1 | 95 | 60 | 44 |
| Octal | 137 | 374 | 253 | 76 | 0 | 40 | 1 | 225 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10101011 | 111110 | 0 | 100000 | 1 | 10010101 | 1100000 | 1000100 |
Color Harmonies of #5FFCAB
Complementary color
Monochromatic Colors of #5FFCAB
Black with #5FFCAB
Text Example
Text Example
White with #5FFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCAB; }
p { color: rgb(95,252,171); }
H1.HeaderClassName
{
color: #5FFCAB;
}
.AnyTagClassName
{
color: #5FFCAB;
}
</style>
background-color css
<style>
a { background-color: #5FFCAB; }
a { background-color: rgb(95,252,171); }
div.DivClassName
{
background-color: #5FFCAB;
}
.BgClassName
{
background-color: #5FFCAB;
}
</style>
border-color css
<style>
span { border-color: #5FFCAB; }
span { border-color: rgb(95,252,171); }
td.TdClassName
{
border-color: #5FFCAB;
}
.TagClassName
{
border-color: #5FFCAB;
}
</style>