Shades of Medium Aquamarine #4FDBA1
Tints of Medium Aquamarine #4FDBA1
RGB
CMYK
RGB Variations
Color information
#4FDBA1 (or 0x4FDBA1) is known color: Medium Aquamarine. HEX triplet: 4F, DB and A1. RGB value is (79,219,161). Sum of RGB (Red+Green+Blue) = 79+219+161=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDBA1 is #B0245E. Grayscale: #AAAAAA. Windows color (decimal): -11543647 or 10607439. OLE color: 10607439.
HSL color Cylindrical-coordinate representation of color #4FDBA1: hue angle of 155.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDBA1 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 161 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.14 |
| HSL | 155.14º | 0.66% | 0.58% | - |
| HSV(B) | 155.14º | 0.64% | 0.86% | - |
| XYZ | 34.99 | 54.9 | 42.47 | - |
| YUV | 170.53 | 122.62 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 161 | 0.64 | 0 | 0.26 | 0.14 | 155.14 | 0.66 | 0.58 |
| Hex | 4F | DB | A1 | 40 | 0 | 1A | E | 9B | 42 | 3A |
| Octal | 117 | 333 | 241 | 100 | 0 | 32 | 16 | 233 | 102 | 72 |
| Binary | 1001111 | 11011011 | 10100001 | 1000000 | 0 | 11010 | 1110 | 10011011 | 1000010 | 111010 |
Color Harmonies of #4FDBA1
Complementary color
Monochromatic Colors of #4FDBA1
Black with #4FDBA1
Text Example
Text Example
White with #4FDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBA1; }
p { color: rgb(79,219,161); }
H1.HeaderClassName
{
color: #4FDBA1;
}
.AnyTagClassName
{
color: #4FDBA1;
}
</style>
background-color css
<style>
a { background-color: #4FDBA1; }
a { background-color: rgb(79,219,161); }
div.DivClassName
{
background-color: #4FDBA1;
}
.BgClassName
{
background-color: #4FDBA1;
}
</style>
border-color css
<style>
span { border-color: #4FDBA1; }
span { border-color: rgb(79,219,161); }
td.TdClassName
{
border-color: #4FDBA1;
}
.TagClassName
{
border-color: #4FDBA1;
}
</style>