Shades of Medium Aquamarine #5FCDAE
Tints of Medium Aquamarine #5FCDAE
RGB
CMYK
RGB Variations
Color information
#5FCDAE (or 0x5FCDAE) is known color: Medium Aquamarine. HEX triplet: 5F, CD and AE. RGB value is (95,205,174). Sum of RGB (Red+Green+Blue) = 95+205+174=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDAE is #A03251. Grayscale: #A8A8A8. Windows color (decimal): -10498642 or 11455839. OLE color: 11455839.
HSL color Cylindrical-coordinate representation of color #5FCDAE: hue angle of 163.09º 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 #5FCDAE is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 174 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.20 |
| HSL | 163.09º | 0.52% | 0.59% | - |
| HSV(B) | 163.09º | 0.54% | 0.8% | - |
| XYZ | 34.19 | 49.15 | 47.73 | - |
| YUV | 168.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 174 | 0.54 | 0 | 0.15 | 0.20 | 163.09 | 0.52 | 0.59 |
| Hex | 5F | CD | AE | 36 | 0 | F | 14 | A3 | 34 | 3B |
| Octal | 137 | 315 | 256 | 66 | 0 | 17 | 24 | 243 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10101110 | 110110 | 0 | 1111 | 10100 | 10100011 | 110100 | 111011 |
Color Harmonies of #5FCDAE
Complementary color
Monochromatic Colors of #5FCDAE
Black with #5FCDAE
Text Example
Text Example
White with #5FCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDAE; }
p { color: rgb(95,205,174); }
H1.HeaderClassName
{
color: #5FCDAE;
}
.AnyTagClassName
{
color: #5FCDAE;
}
</style>
background-color css
<style>
a { background-color: #5FCDAE; }
a { background-color: rgb(95,205,174); }
div.DivClassName
{
background-color: #5FCDAE;
}
.BgClassName
{
background-color: #5FCDAE;
}
</style>
border-color css
<style>
span { border-color: #5FCDAE; }
span { border-color: rgb(95,205,174); }
td.TdClassName
{
border-color: #5FCDAE;
}
.TagClassName
{
border-color: #5FCDAE;
}
</style>