Shades of Medium Aquamarine #5FCCA1
Tints of Medium Aquamarine #5FCCA1
RGB
CMYK
RGB Variations
Color information
#5FCCA1 (or 0x5FCCA1) is known color: Medium Aquamarine. HEX triplet: 5F, CC and A1. RGB value is (95,204,161). Sum of RGB (Red+Green+Blue) = 95+204+161=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCA1 is #A0335E. Grayscale: #A6A6A6. Windows color (decimal): -10498911 or 10603615. OLE color: 10603615.
HSL color Cylindrical-coordinate representation of color #5FCCA1: hue angle of 156.33º 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 #5FCCA1 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 161 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.2 |
| HSL | 156.33º | 0.52% | 0.59% | - |
| HSV(B) | 156.33º | 0.53% | 0.8% | - |
| XYZ | 32.75 | 48.19 | 41.29 | - |
| YUV | 166.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 161 | 0.53 | 0 | 0.21 | 0.2 | 156.33 | 0.52 | 0.59 |
| Hex | 5F | CC | A1 | 35 | 0 | 15 | 14 | 9C | 34 | 3B |
| Octal | 137 | 314 | 241 | 65 | 0 | 25 | 24 | 234 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10100001 | 110101 | 0 | 10101 | 10100 | 10011100 | 110100 | 111011 |
Color Harmonies of #5FCCA1
Complementary color
Monochromatic Colors of #5FCCA1
Black with #5FCCA1
Text Example
Text Example
White with #5FCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCA1; }
p { color: rgb(95,204,161); }
H1.HeaderClassName
{
color: #5FCCA1;
}
.AnyTagClassName
{
color: #5FCCA1;
}
</style>
background-color css
<style>
a { background-color: #5FCCA1; }
a { background-color: rgb(95,204,161); }
div.DivClassName
{
background-color: #5FCCA1;
}
.BgClassName
{
background-color: #5FCCA1;
}
</style>
border-color css
<style>
span { border-color: #5FCCA1; }
span { border-color: rgb(95,204,161); }
td.TdClassName
{
border-color: #5FCCA1;
}
.TagClassName
{
border-color: #5FCCA1;
}
</style>