Shades of Medium Aquamarine #5FCA9E
Tints of Medium Aquamarine #5FCA9E
RGB
CMYK
RGB Variations
Color information
#5FCA9E (or 0x5FCA9E) is known color: Medium Aquamarine. HEX triplet: 5F, CA and 9E. RGB value is (95,202,158). Sum of RGB (Red+Green+Blue) = 95+202+158=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCA9E is #A03561. Grayscale: #A5A5A5. Windows color (decimal): -10499426 or 10406495. OLE color: 10406495.
HSL color Cylindrical-coordinate representation of color #5FCA9E: hue angle of 155.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCA9E is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 158 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.21 |
| HSL | 155.33º | 0.5% | 0.58% | - |
| HSV(B) | 155.33º | 0.53% | 0.79% | - |
| XYZ | 32.01 | 47.14 | 39.76 | - |
| YUV | 164.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 158 | 0.53 | 0 | 0.22 | 0.21 | 155.33 | 0.5 | 0.58 |
| Hex | 5F | CA | 9E | 35 | 0 | 16 | 15 | 9B | 32 | 3A |
| Octal | 137 | 312 | 236 | 65 | 0 | 26 | 25 | 233 | 62 | 72 |
| Binary | 1011111 | 11001010 | 10011110 | 110101 | 0 | 10110 | 10101 | 10011011 | 110010 | 111010 |
Color Harmonies of #5FCA9E
Complementary color
Monochromatic Colors of #5FCA9E
Black with #5FCA9E
Text Example
Text Example
White with #5FCA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA9E; }
p { color: rgb(95,202,158); }
H1.HeaderClassName
{
color: #5FCA9E;
}
.AnyTagClassName
{
color: #5FCA9E;
}
</style>
background-color css
<style>
a { background-color: #5FCA9E; }
a { background-color: rgb(95,202,158); }
div.DivClassName
{
background-color: #5FCA9E;
}
.BgClassName
{
background-color: #5FCA9E;
}
</style>
border-color css
<style>
span { border-color: #5FCA9E; }
span { border-color: rgb(95,202,158); }
td.TdClassName
{
border-color: #5FCA9E;
}
.TagClassName
{
border-color: #5FCA9E;
}
</style>