Shades of Medium Aquamarine #5FDAA1
Tints of Medium Aquamarine #5FDAA1
RGB
CMYK
RGB Variations
Color information
#5FDAA1 (or 0x5FDAA1) is known color: Medium Aquamarine. HEX triplet: 5F, DA and A1. RGB value is (95,218,161). Sum of RGB (Red+Green+Blue) = 95+218+161=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDAA1 is #A0255E. Grayscale: #AEAEAE. Windows color (decimal): -10495327 or 10607199. OLE color: 10607199.
HSL color Cylindrical-coordinate representation of color #5FDAA1: hue angle of 152.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FDAA1 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 161 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.15 |
| HSL | 152.2º | 0.62% | 0.61% | - |
| HSV(B) | 152.2º | 0.56% | 0.85% | - |
| XYZ | 36.22 | 55.15 | 42.45 | - |
| YUV | 174.73 | 120.25 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 161 | 0.56 | 0 | 0.26 | 0.15 | 152.2 | 0.62 | 0.61 |
| Hex | 5F | DA | A1 | 38 | 0 | 1A | F | 98 | 3E | 3D |
| Octal | 137 | 332 | 241 | 70 | 0 | 32 | 17 | 230 | 76 | 75 |
| Binary | 1011111 | 11011010 | 10100001 | 111000 | 0 | 11010 | 1111 | 10011000 | 111110 | 111101 |
Color Harmonies of #5FDAA1
Complementary color
Monochromatic Colors of #5FDAA1
Black with #5FDAA1
Text Example
Text Example
White with #5FDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDAA1; }
p { color: rgb(95,218,161); }
H1.HeaderClassName
{
color: #5FDAA1;
}
.AnyTagClassName
{
color: #5FDAA1;
}
</style>
background-color css
<style>
a { background-color: #5FDAA1; }
a { background-color: rgb(95,218,161); }
div.DivClassName
{
background-color: #5FDAA1;
}
.BgClassName
{
background-color: #5FDAA1;
}
</style>
border-color css
<style>
span { border-color: #5FDAA1; }
span { border-color: rgb(95,218,161); }
td.TdClassName
{
border-color: #5FDAA1;
}
.TagClassName
{
border-color: #5FDAA1;
}
</style>