Shades of Medium Aquamarine #5FCB9C
Tints of Medium Aquamarine #5FCB9C
RGB
CMYK
RGB Variations
Color information
#5FCB9C (or 0x5FCB9C) is known color: Medium Aquamarine. HEX triplet: 5F, CB and 9C. RGB value is (95,203,156). Sum of RGB (Red+Green+Blue) = 95+203+156=454 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.93% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCB9C is #A03463. Grayscale: #A5A5A5. Windows color (decimal): -10499172 or 10275679. OLE color: 10275679.
HSL color Cylindrical-coordinate representation of color #5FCB9C: hue angle of 153.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCB9C is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 156 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.20 |
| HSL | 153.89º | 0.51% | 0.58% | - |
| HSV(B) | 153.89º | 0.53% | 0.8% | - |
| XYZ | 32.08 | 47.55 | 38.94 | - |
| YUV | 165.35 | 122.72 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 156 | 0.53 | 0 | 0.23 | 0.20 | 153.89 | 0.51 | 0.58 |
| Hex | 5F | CB | 9C | 35 | 0 | 17 | 14 | 9A | 33 | 3A |
| Octal | 137 | 313 | 234 | 65 | 0 | 27 | 24 | 232 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10011100 | 110101 | 0 | 10111 | 10100 | 10011010 | 110011 | 111010 |
Color Harmonies of #5FCB9C
Complementary color
Monochromatic Colors of #5FCB9C
Black with #5FCB9C
Text Example
Text Example
White with #5FCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB9C; }
p { color: rgb(95,203,156); }
H1.HeaderClassName
{
color: #5FCB9C;
}
.AnyTagClassName
{
color: #5FCB9C;
}
</style>
background-color css
<style>
a { background-color: #5FCB9C; }
a { background-color: rgb(95,203,156); }
div.DivClassName
{
background-color: #5FCB9C;
}
.BgClassName
{
background-color: #5FCB9C;
}
</style>
border-color css
<style>
span { border-color: #5FCB9C; }
span { border-color: rgb(95,203,156); }
td.TdClassName
{
border-color: #5FCB9C;
}
.TagClassName
{
border-color: #5FCB9C;
}
</style>