Shades of Medium Aquamarine #5FDBA1
Tints of Medium Aquamarine #5FDBA1
RGB
CMYK
RGB Variations
Color information
#5FDBA1 (or 0x5FDBA1) is known color: Medium Aquamarine. HEX triplet: 5F, DB and A1. RGB value is (95,219,161). Sum of RGB (Red+Green+Blue) = 95+219+161=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBA1 is #A0245E. Grayscale: #AFAFAF. Windows color (decimal): -10495071 or 10607455. OLE color: 10607455.
HSL color Cylindrical-coordinate representation of color #5FDBA1: hue angle of 151.94º degrees, saturation: 0.63, 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 #5FDBA1 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 161 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.14 |
| HSL | 151.94º | 0.63% | 0.62% | - |
| HSV(B) | 151.94º | 0.57% | 0.86% | - |
| XYZ | 36.48 | 55.67 | 42.54 | - |
| YUV | 175.31 | 119.92 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 161 | 0.57 | 0 | 0.26 | 0.14 | 151.94 | 0.63 | 0.62 |
| Hex | 5F | DB | A1 | 39 | 0 | 1A | E | 98 | 3F | 3E |
| Octal | 137 | 333 | 241 | 71 | 0 | 32 | 16 | 230 | 77 | 76 |
| Binary | 1011111 | 11011011 | 10100001 | 111001 | 0 | 11010 | 1110 | 10011000 | 111111 | 111110 |
Color Harmonies of #5FDBA1
Complementary color
Monochromatic Colors of #5FDBA1
Black with #5FDBA1
Text Example
Text Example
White with #5FDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBA1; }
p { color: rgb(95,219,161); }
H1.HeaderClassName
{
color: #5FDBA1;
}
.AnyTagClassName
{
color: #5FDBA1;
}
</style>
background-color css
<style>
a { background-color: #5FDBA1; }
a { background-color: rgb(95,219,161); }
div.DivClassName
{
background-color: #5FDBA1;
}
.BgClassName
{
background-color: #5FDBA1;
}
</style>
border-color css
<style>
span { border-color: #5FDBA1; }
span { border-color: rgb(95,219,161); }
td.TdClassName
{
border-color: #5FDBA1;
}
.TagClassName
{
border-color: #5FDBA1;
}
</style>