Shades of Medium Aquamarine #5FCCA6
Tints of Medium Aquamarine #5FCCA6
RGB
CMYK
RGB Variations
Color information
#5FCCA6 (or 0x5FCCA6) is known color: Medium Aquamarine. HEX triplet: 5F, CC and A6. RGB value is (95,204,166). Sum of RGB (Red+Green+Blue) = 95+204+166=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCA6 is #A03359. Grayscale: #A7A7A7. Windows color (decimal): -10498906 or 10931295. OLE color: 10931295.
HSL color Cylindrical-coordinate representation of color #5FCCA6: hue angle of 159.08º 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 #5FCCA6 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 166 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.2 |
| HSL | 159.08º | 0.52% | 0.59% | - |
| HSV(B) | 159.08º | 0.53% | 0.8% | - |
| XYZ | 33.2 | 48.37 | 43.66 | - |
| YUV | 167.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 166 | 0.53 | 0 | 0.19 | 0.2 | 159.08 | 0.52 | 0.59 |
| Hex | 5F | CC | A6 | 35 | 0 | 13 | 14 | 9F | 34 | 3B |
| Octal | 137 | 314 | 246 | 65 | 0 | 23 | 24 | 237 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10100110 | 110101 | 0 | 10011 | 10100 | 10011111 | 110100 | 111011 |
Color Harmonies of #5FCCA6
Complementary color
Monochromatic Colors of #5FCCA6
Black with #5FCCA6
Text Example
Text Example
White with #5FCCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCA6; }
p { color: rgb(95,204,166); }
H1.HeaderClassName
{
color: #5FCCA6;
}
.AnyTagClassName
{
color: #5FCCA6;
}
</style>
background-color css
<style>
a { background-color: #5FCCA6; }
a { background-color: rgb(95,204,166); }
div.DivClassName
{
background-color: #5FCCA6;
}
.BgClassName
{
background-color: #5FCCA6;
}
</style>
border-color css
<style>
span { border-color: #5FCCA6; }
span { border-color: rgb(95,204,166); }
td.TdClassName
{
border-color: #5FCCA6;
}
.TagClassName
{
border-color: #5FCCA6;
}
</style>