Shades of Medium Aquamarine #5FCDAD
Tints of Medium Aquamarine #5FCDAD
RGB
CMYK
RGB Variations
Color information
#5FCDAD (or 0x5FCDAD) is known color: Medium Aquamarine. HEX triplet: 5F, CD and AD. RGB value is (95,205,173). Sum of RGB (Red+Green+Blue) = 95+205+173=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDAD is #A03252. Grayscale: #A8A8A8. Windows color (decimal): -10498643 or 11390303. OLE color: 11390303.
HSL color Cylindrical-coordinate representation of color #5FCDAD: hue angle of 162.55º 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 #5FCDAD is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 173 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.20 |
| HSL | 162.55º | 0.52% | 0.59% | - |
| HSV(B) | 162.55º | 0.54% | 0.8% | - |
| XYZ | 34.09 | 49.11 | 47.22 | - |
| YUV | 168.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 173 | 0.54 | 0 | 0.16 | 0.20 | 162.55 | 0.52 | 0.59 |
| Hex | 5F | CD | AD | 36 | 0 | 10 | 14 | A3 | 34 | 3B |
| Octal | 137 | 315 | 255 | 66 | 0 | 20 | 24 | 243 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10101101 | 110110 | 0 | 10000 | 10100 | 10100011 | 110100 | 111011 |
Color Harmonies of #5FCDAD
Complementary color
Monochromatic Colors of #5FCDAD
Black with #5FCDAD
Text Example
Text Example
White with #5FCDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDAD; }
p { color: rgb(95,205,173); }
H1.HeaderClassName
{
color: #5FCDAD;
}
.AnyTagClassName
{
color: #5FCDAD;
}
</style>
background-color css
<style>
a { background-color: #5FCDAD; }
a { background-color: rgb(95,205,173); }
div.DivClassName
{
background-color: #5FCDAD;
}
.BgClassName
{
background-color: #5FCDAD;
}
</style>
border-color css
<style>
span { border-color: #5FCDAD; }
span { border-color: rgb(95,205,173); }
td.TdClassName
{
border-color: #5FCDAD;
}
.TagClassName
{
border-color: #5FCDAD;
}
</style>