Shades of Medium Aquamarine #5FCCA8
Tints of Medium Aquamarine #5FCCA8
RGB
CMYK
RGB Variations
Color information
#5FCCA8 (or 0x5FCCA8) is known color: Medium Aquamarine. HEX triplet: 5F, CC and A8. RGB value is (95,204,168). Sum of RGB (Red+Green+Blue) = 95+204+168=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCA8 is #A03357. Grayscale: #A7A7A7. Windows color (decimal): -10498904 or 11062367. OLE color: 11062367.
HSL color Cylindrical-coordinate representation of color #5FCCA8: hue angle of 160.18º 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 #5FCCA8 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 168 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.2 |
| HSL | 160.18º | 0.52% | 0.59% | - |
| HSV(B) | 160.18º | 0.53% | 0.8% | - |
| XYZ | 33.38 | 48.45 | 44.64 | - |
| YUV | 167.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 168 | 0.53 | 0 | 0.18 | 0.2 | 160.18 | 0.52 | 0.59 |
| Hex | 5F | CC | A8 | 35 | 0 | 12 | 14 | A0 | 34 | 3B |
| Octal | 137 | 314 | 250 | 65 | 0 | 22 | 24 | 240 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10101000 | 110101 | 0 | 10010 | 10100 | 10100000 | 110100 | 111011 |
Color Harmonies of #5FCCA8
Complementary color
Monochromatic Colors of #5FCCA8
Black with #5FCCA8
Text Example
Text Example
White with #5FCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCA8; }
p { color: rgb(95,204,168); }
H1.HeaderClassName
{
color: #5FCCA8;
}
.AnyTagClassName
{
color: #5FCCA8;
}
</style>
background-color css
<style>
a { background-color: #5FCCA8; }
a { background-color: rgb(95,204,168); }
div.DivClassName
{
background-color: #5FCCA8;
}
.BgClassName
{
background-color: #5FCCA8;
}
</style>
border-color css
<style>
span { border-color: #5FCCA8; }
span { border-color: rgb(95,204,168); }
td.TdClassName
{
border-color: #5FCCA8;
}
.TagClassName
{
border-color: #5FCCA8;
}
</style>