Shades of Medium Aquamarine #5FDCA4
Tints of Medium Aquamarine #5FDCA4
RGB
CMYK
RGB Variations
Color information
#5FDCA4 (or 0x5FDCA4) is known color: Medium Aquamarine. HEX triplet: 5F, DC and A4. RGB value is (95,220,164). Sum of RGB (Red+Green+Blue) = 95+220+164=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDCA4 is #A0235B. Grayscale: #B0B0B0. Windows color (decimal): -10494812 or 10804319. OLE color: 10804319.
HSL color Cylindrical-coordinate representation of color #5FDCA4: hue angle of 153.12º 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 #5FDCA4 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 95 | 220 | 164 | - |
CMYK | 0.57 | 0 | 0.25 | 0.14 |
HSL | 153.12º | 0.64% | 0.62% | - |
HSV(B) | 153.12º | 0.57% | 0.86% | - |
XYZ | 37.01 | 56.3 | 44.04 | - |
YUV | 176.24 | 121.09 | 70.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 95 | 220 | 164 | 0.57 | 0 | 0.25 | 0.14 | 153.12 | 0.64 | 0.62 |
Hex | 5F | DC | A4 | 39 | 0 | 19 | E | 99 | 40 | 3E |
Octal | 137 | 334 | 244 | 71 | 0 | 31 | 16 | 231 | 100 | 76 |
Binary | 1011111 | 11011100 | 10100100 | 111001 | 0 | 11001 | 1110 | 10011001 | 1000000 | 111110 |
Color Harmonies of #5FDCA4
Complementary color
Monochromatic Colors of #5FDCA4
Black with #5FDCA4
Text Example
Text Example
White with #5FDCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDCA4; }
p { color: rgb(95,220,164); }
H1.HeaderClassName
{
color: #5FDCA4;
}
.AnyTagClassName
{
color: #5FDCA4;
}
</style>
background-color css
<style>
a { background-color: #5FDCA4; }
a { background-color: rgb(95,220,164); }
div.DivClassName
{
background-color: #5FDCA4;
}
.BgClassName
{
background-color: #5FDCA4;
}
</style>
border-color css
<style>
span { border-color: #5FDCA4; }
span { border-color: rgb(95,220,164); }
td.TdClassName
{
border-color: #5FDCA4;
}
.TagClassName
{
border-color: #5FDCA4;
}
</style>