Shades of Medium Aquamarine #5FCB9E
Tints of Medium Aquamarine #5FCB9E
RGB
CMYK
RGB Variations
Color information
#5FCB9E (or 0x5FCB9E) is known color: Medium Aquamarine. HEX triplet: 5F, CB and 9E. RGB value is (95,203,158). Sum of RGB (Red+Green+Blue) = 95+203+158=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCB9E is #A03461. Grayscale: #A5A5A5. Windows color (decimal): -10499170 or 10406751. OLE color: 10406751.
HSL color Cylindrical-coordinate representation of color #5FCB9E: hue angle of 155º 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 #5FCB9E is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 158 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.20 |
| HSL | 155º | 0.51% | 0.58% | - |
| HSV(B) | 155º | 0.53% | 0.8% | - |
| XYZ | 32.25 | 47.61 | 39.84 | - |
| YUV | 165.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 158 | 0.53 | 0 | 0.22 | 0.20 | 155 | 0.51 | 0.58 |
| Hex | 5F | CB | 9E | 35 | 0 | 16 | 14 | 9B | 33 | 3A |
| Octal | 137 | 313 | 236 | 65 | 0 | 26 | 24 | 233 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10011110 | 110101 | 0 | 10110 | 10100 | 10011011 | 110011 | 111010 |
Color Harmonies of #5FCB9E
Complementary color
Monochromatic Colors of #5FCB9E
Black with #5FCB9E
Text Example
Text Example
White with #5FCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB9E; }
p { color: rgb(95,203,158); }
H1.HeaderClassName
{
color: #5FCB9E;
}
.AnyTagClassName
{
color: #5FCB9E;
}
</style>
background-color css
<style>
a { background-color: #5FCB9E; }
a { background-color: rgb(95,203,158); }
div.DivClassName
{
background-color: #5FCB9E;
}
.BgClassName
{
background-color: #5FCB9E;
}
</style>
border-color css
<style>
span { border-color: #5FCB9E; }
span { border-color: rgb(95,203,158); }
td.TdClassName
{
border-color: #5FCB9E;
}
.TagClassName
{
border-color: #5FCB9E;
}
</style>