Shades of Medium Aquamarine #5FCCAD
Tints of Medium Aquamarine #5FCCAD
RGB
CMYK
RGB Variations
Color information
#5FCCAD (or 0x5FCCAD) is known color: Medium Aquamarine. HEX triplet: 5F, CC and AD. RGB value is (95,204,173). Sum of RGB (Red+Green+Blue) = 95+204+173=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCAD is #A03352. Grayscale: #A7A7A7. Windows color (decimal): -10498899 or 11390047. OLE color: 11390047.
HSL color Cylindrical-coordinate representation of color #5FCCAD: hue angle of 162.94º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCCAD is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 173 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.2 |
| HSL | 162.94º | 0.52% | 0.59% | - |
| HSV(B) | 162.94º | 0.53% | 0.8% | - |
| XYZ | 33.86 | 48.64 | 47.14 | - |
| YUV | 167.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 173 | 0.53 | 0 | 0.15 | 0.2 | 162.94 | 0.52 | 0.59 |
| Hex | 5F | CC | AD | 35 | 0 | F | 14 | A3 | 34 | 3B |
| Octal | 137 | 314 | 255 | 65 | 0 | 17 | 24 | 243 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10101101 | 110101 | 0 | 1111 | 10100 | 10100011 | 110100 | 111011 |
Color Harmonies of #5FCCAD
Complementary color
Monochromatic Colors of #5FCCAD
Black with #5FCCAD
Text Example
Text Example
White with #5FCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCAD; }
p { color: rgb(95,204,173); }
H1.HeaderClassName
{
color: #5FCCAD;
}
.AnyTagClassName
{
color: #5FCCAD;
}
</style>
background-color css
<style>
a { background-color: #5FCCAD; }
a { background-color: rgb(95,204,173); }
div.DivClassName
{
background-color: #5FCCAD;
}
.BgClassName
{
background-color: #5FCCAD;
}
</style>
border-color css
<style>
span { border-color: #5FCCAD; }
span { border-color: rgb(95,204,173); }
td.TdClassName
{
border-color: #5FCCAD;
}
.TagClassName
{
border-color: #5FCCAD;
}
</style>