Shades of Medium Aquamarine #5FDCA2
Tints of Medium Aquamarine #5FDCA2
RGB
CMYK
RGB Variations
Color information
#5FDCA2 (or 0x5FDCA2) is known color: Medium Aquamarine. HEX triplet: 5F, DC and A2. RGB value is (95,220,162). Sum of RGB (Red+Green+Blue) = 95+220+162=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDCA2 is #A0235D. Grayscale: #B0B0B0. Windows color (decimal): -10494814 or 10673247. OLE color: 10673247.
HSL color Cylindrical-coordinate representation of color #5FDCA2: hue angle of 152.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCA2 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 162 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.14 |
| HSL | 152.16º | 0.64% | 0.62% | - |
| HSV(B) | 152.16º | 0.57% | 0.86% | - |
| XYZ | 36.83 | 56.23 | 43.09 | - |
| YUV | 176.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 162 | 0.57 | 0 | 0.26 | 0.14 | 152.16 | 0.64 | 0.62 |
| Hex | 5F | DC | A2 | 39 | 0 | 1A | E | 98 | 40 | 3E |
| Octal | 137 | 334 | 242 | 71 | 0 | 32 | 16 | 230 | 100 | 76 |
| Binary | 1011111 | 11011100 | 10100010 | 111001 | 0 | 11010 | 1110 | 10011000 | 1000000 | 111110 |
Color Harmonies of #5FDCA2
Complementary color
Monochromatic Colors of #5FDCA2
Black with #5FDCA2
Text Example
Text Example
White with #5FDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCA2; }
p { color: rgb(95,220,162); }
H1.HeaderClassName
{
color: #5FDCA2;
}
.AnyTagClassName
{
color: #5FDCA2;
}
</style>
background-color css
<style>
a { background-color: #5FDCA2; }
a { background-color: rgb(95,220,162); }
div.DivClassName
{
background-color: #5FDCA2;
}
.BgClassName
{
background-color: #5FDCA2;
}
</style>
border-color css
<style>
span { border-color: #5FDCA2; }
span { border-color: rgb(95,220,162); }
td.TdClassName
{
border-color: #5FDCA2;
}
.TagClassName
{
border-color: #5FDCA2;
}
</style>