Shades of Medium Aquamarine #5FCD9D
Tints of Medium Aquamarine #5FCD9D
RGB
CMYK
RGB Variations
Color information
#5FCD9D (or 0x5FCD9D) is known color: Medium Aquamarine. HEX triplet: 5F, CD and 9D. RGB value is (95,205,157). Sum of RGB (Red+Green+Blue) = 95+205+157=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCD9D is #A03262. Grayscale: #A6A6A6. Windows color (decimal): -10498659 or 10341727. OLE color: 10341727.
HSL color Cylindrical-coordinate representation of color #5FCD9D: hue angle of 153.82º 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 #5FCD9D is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 157 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.20 |
| HSL | 153.82º | 0.52% | 0.59% | - |
| HSV(B) | 153.82º | 0.54% | 0.8% | - |
| XYZ | 32.64 | 48.53 | 39.55 | - |
| YUV | 166.64 | 122.56 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 157 | 0.54 | 0 | 0.23 | 0.20 | 153.82 | 0.52 | 0.59 |
| Hex | 5F | CD | 9D | 36 | 0 | 17 | 14 | 9A | 34 | 3B |
| Octal | 137 | 315 | 235 | 66 | 0 | 27 | 24 | 232 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10011101 | 110110 | 0 | 10111 | 10100 | 10011010 | 110100 | 111011 |
Color Harmonies of #5FCD9D
Complementary color
Monochromatic Colors of #5FCD9D
Black with #5FCD9D
Text Example
Text Example
White with #5FCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD9D; }
p { color: rgb(95,205,157); }
H1.HeaderClassName
{
color: #5FCD9D;
}
.AnyTagClassName
{
color: #5FCD9D;
}
</style>
background-color css
<style>
a { background-color: #5FCD9D; }
a { background-color: rgb(95,205,157); }
div.DivClassName
{
background-color: #5FCD9D;
}
.BgClassName
{
background-color: #5FCD9D;
}
</style>
border-color css
<style>
span { border-color: #5FCD9D; }
span { border-color: rgb(95,205,157); }
td.TdClassName
{
border-color: #5FCD9D;
}
.TagClassName
{
border-color: #5FCD9D;
}
</style>