Shades of Medium Aquamarine #5FCB9D
Tints of Medium Aquamarine #5FCB9D
RGB
CMYK
RGB Variations
Color information
#5FCB9D (or 0x5FCB9D) is known color: Medium Aquamarine. HEX triplet: 5F, CB and 9D. RGB value is (95,203,157). Sum of RGB (Red+Green+Blue) = 95+203+157=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCB9D is #A03462. Grayscale: #A5A5A5. Windows color (decimal): -10499171 or 10341215. OLE color: 10341215.
HSL color Cylindrical-coordinate representation of color #5FCB9D: hue angle of 154.44º 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 #5FCB9D is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 157 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.20 |
| HSL | 154.44º | 0.51% | 0.58% | - |
| HSV(B) | 154.44º | 0.53% | 0.8% | - |
| XYZ | 32.16 | 47.58 | 39.39 | - |
| YUV | 165.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 157 | 0.53 | 0 | 0.23 | 0.20 | 154.44 | 0.51 | 0.58 |
| Hex | 5F | CB | 9D | 35 | 0 | 17 | 14 | 9A | 33 | 3A |
| Octal | 137 | 313 | 235 | 65 | 0 | 27 | 24 | 232 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10011101 | 110101 | 0 | 10111 | 10100 | 10011010 | 110011 | 111010 |
Color Harmonies of #5FCB9D
Complementary color
Monochromatic Colors of #5FCB9D
Black with #5FCB9D
Text Example
Text Example
White with #5FCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB9D; }
p { color: rgb(95,203,157); }
H1.HeaderClassName
{
color: #5FCB9D;
}
.AnyTagClassName
{
color: #5FCB9D;
}
</style>
background-color css
<style>
a { background-color: #5FCB9D; }
a { background-color: rgb(95,203,157); }
div.DivClassName
{
background-color: #5FCB9D;
}
.BgClassName
{
background-color: #5FCB9D;
}
</style>
border-color css
<style>
span { border-color: #5FCB9D; }
span { border-color: rgb(95,203,157); }
td.TdClassName
{
border-color: #5FCB9D;
}
.TagClassName
{
border-color: #5FCB9D;
}
</style>