Shades of Medium Aquamarine #5FDBA3
Tints of Medium Aquamarine #5FDBA3
RGB
CMYK
RGB Variations
Color information
#5FDBA3 (or 0x5FDBA3) is known color: Medium Aquamarine. HEX triplet: 5F, DB and A3. RGB value is (95,219,163). Sum of RGB (Red+Green+Blue) = 95+219+163=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBA3 is #A0245C. Grayscale: #AFAFAF. Windows color (decimal): -10495069 or 10738527. OLE color: 10738527.
HSL color Cylindrical-coordinate representation of color #5FDBA3: hue angle of 152.9º 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 #5FDBA3 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 163 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.14 |
| HSL | 152.9º | 0.63% | 0.62% | - |
| HSV(B) | 152.9º | 0.57% | 0.86% | - |
| XYZ | 36.66 | 55.74 | 43.48 | - |
| YUV | 175.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 163 | 0.57 | 0 | 0.26 | 0.14 | 152.9 | 0.63 | 0.62 |
| Hex | 5F | DB | A3 | 39 | 0 | 1A | E | 99 | 3F | 3E |
| Octal | 137 | 333 | 243 | 71 | 0 | 32 | 16 | 231 | 77 | 76 |
| Binary | 1011111 | 11011011 | 10100011 | 111001 | 0 | 11010 | 1110 | 10011001 | 111111 | 111110 |
Color Harmonies of #5FDBA3
Complementary color
Monochromatic Colors of #5FDBA3
Black with #5FDBA3
Text Example
Text Example
White with #5FDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBA3; }
p { color: rgb(95,219,163); }
H1.HeaderClassName
{
color: #5FDBA3;
}
.AnyTagClassName
{
color: #5FDBA3;
}
</style>
background-color css
<style>
a { background-color: #5FDBA3; }
a { background-color: rgb(95,219,163); }
div.DivClassName
{
background-color: #5FDBA3;
}
.BgClassName
{
background-color: #5FDBA3;
}
</style>
border-color css
<style>
span { border-color: #5FDBA3; }
span { border-color: rgb(95,219,163); }
td.TdClassName
{
border-color: #5FDBA3;
}
.TagClassName
{
border-color: #5FDBA3;
}
</style>