Shades of Medium Aquamarine #5FCCAA
Tints of Medium Aquamarine #5FCCAA
RGB
CMYK
RGB Variations
Color information
#5FCCAA (or 0x5FCCAA) is known color: Medium Aquamarine. HEX triplet: 5F, CC and AA. RGB value is (95,204,170). Sum of RGB (Red+Green+Blue) = 95+204+170=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCAA is #A03355. Grayscale: #A7A7A7. Windows color (decimal): -10498902 or 11193439. OLE color: 11193439.
HSL color Cylindrical-coordinate representation of color #5FCCAA: hue angle of 161.28º 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 #5FCCAA is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 170 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.2 |
| HSL | 161.28º | 0.52% | 0.59% | - |
| HSV(B) | 161.28º | 0.53% | 0.8% | - |
| XYZ | 33.57 | 48.52 | 45.63 | - |
| YUV | 167.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 170 | 0.53 | 0 | 0.17 | 0.2 | 161.28 | 0.52 | 0.59 |
| Hex | 5F | CC | AA | 35 | 0 | 11 | 14 | A1 | 34 | 3B |
| Octal | 137 | 314 | 252 | 65 | 0 | 21 | 24 | 241 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10101010 | 110101 | 0 | 10001 | 10100 | 10100001 | 110100 | 111011 |
Color Harmonies of #5FCCAA
Complementary color
Monochromatic Colors of #5FCCAA
Black with #5FCCAA
Text Example
Text Example
White with #5FCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCAA; }
p { color: rgb(95,204,170); }
H1.HeaderClassName
{
color: #5FCCAA;
}
.AnyTagClassName
{
color: #5FCCAA;
}
</style>
background-color css
<style>
a { background-color: #5FCCAA; }
a { background-color: rgb(95,204,170); }
div.DivClassName
{
background-color: #5FCCAA;
}
.BgClassName
{
background-color: #5FCCAA;
}
</style>
border-color css
<style>
span { border-color: #5FCCAA; }
span { border-color: rgb(95,204,170); }
td.TdClassName
{
border-color: #5FCCAA;
}
.TagClassName
{
border-color: #5FCCAA;
}
</style>