Shades of Medium Aquamarine #5FCCAE
Tints of Medium Aquamarine #5FCCAE
RGB
CMYK
RGB Variations
Color information
#5FCCAE (or 0x5FCCAE) is known color: Medium Aquamarine. HEX triplet: 5F, CC and AE. RGB value is (95,204,174). Sum of RGB (Red+Green+Blue) = 95+204+174=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCAE is #A03351. Grayscale: #A8A8A8. Windows color (decimal): -10498898 or 11455583. OLE color: 11455583.
HSL color Cylindrical-coordinate representation of color #5FCCAE: hue angle of 163.49º 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 #5FCCAE is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 174 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.2 |
| HSL | 163.49º | 0.52% | 0.59% | - |
| HSV(B) | 163.49º | 0.53% | 0.8% | - |
| XYZ | 33.95 | 48.67 | 47.65 | - |
| YUV | 167.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 174 | 0.53 | 0 | 0.15 | 0.2 | 163.49 | 0.52 | 0.59 |
| Hex | 5F | CC | AE | 35 | 0 | F | 14 | A3 | 34 | 3B |
| Octal | 137 | 314 | 256 | 65 | 0 | 17 | 24 | 243 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10101110 | 110101 | 0 | 1111 | 10100 | 10100011 | 110100 | 111011 |
Color Harmonies of #5FCCAE
Complementary color
Monochromatic Colors of #5FCCAE
Black with #5FCCAE
Text Example
Text Example
White with #5FCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCAE; }
p { color: rgb(95,204,174); }
H1.HeaderClassName
{
color: #5FCCAE;
}
.AnyTagClassName
{
color: #5FCCAE;
}
</style>
background-color css
<style>
a { background-color: #5FCCAE; }
a { background-color: rgb(95,204,174); }
div.DivClassName
{
background-color: #5FCCAE;
}
.BgClassName
{
background-color: #5FCCAE;
}
</style>
border-color css
<style>
span { border-color: #5FCCAE; }
span { border-color: rgb(95,204,174); }
td.TdClassName
{
border-color: #5FCCAE;
}
.TagClassName
{
border-color: #5FCCAE;
}
</style>