Shades of Medium Aquamarine #5FCD9C
Tints of Medium Aquamarine #5FCD9C
RGB
CMYK
RGB Variations
Color information
#5FCD9C (or 0x5FCD9C) is known color: Medium Aquamarine. HEX triplet: 5F, CD and 9C. RGB value is (95,205,156). Sum of RGB (Red+Green+Blue) = 95+205+156=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCD9C is #A03263. Grayscale: #A6A6A6. Windows color (decimal): -10498660 or 10276191. OLE color: 10276191.
HSL color Cylindrical-coordinate representation of color #5FCD9C: hue angle of 153.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCD9C is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 156 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.20 |
| HSL | 153.27º | 0.52% | 0.59% | - |
| HSV(B) | 153.27º | 0.54% | 0.8% | - |
| XYZ | 32.55 | 48.5 | 39.1 | - |
| YUV | 166.52 | 122.06 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 156 | 0.54 | 0 | 0.24 | 0.20 | 153.27 | 0.52 | 0.59 |
| Hex | 5F | CD | 9C | 36 | 0 | 18 | 14 | 99 | 34 | 3B |
| Octal | 137 | 315 | 234 | 66 | 0 | 30 | 24 | 231 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10011100 | 110110 | 0 | 11000 | 10100 | 10011001 | 110100 | 111011 |
Color Harmonies of #5FCD9C
Complementary color
Monochromatic Colors of #5FCD9C
Black with #5FCD9C
Text Example
Text Example
White with #5FCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD9C; }
p { color: rgb(95,205,156); }
H1.HeaderClassName
{
color: #5FCD9C;
}
.AnyTagClassName
{
color: #5FCD9C;
}
</style>
background-color css
<style>
a { background-color: #5FCD9C; }
a { background-color: rgb(95,205,156); }
div.DivClassName
{
background-color: #5FCD9C;
}
.BgClassName
{
background-color: #5FCD9C;
}
</style>
border-color css
<style>
span { border-color: #5FCD9C; }
span { border-color: rgb(95,205,156); }
td.TdClassName
{
border-color: #5FCD9C;
}
.TagClassName
{
border-color: #5FCD9C;
}
</style>