Shades of Medium Aquamarine #4FDBA5
Tints of Medium Aquamarine #4FDBA5
RGB
CMYK
RGB Variations
Color information
#4FDBA5 (or 0x4FDBA5) is known color: Medium Aquamarine. HEX triplet: 4F, DB and A5. RGB value is (79,219,165). Sum of RGB (Red+Green+Blue) = 79+219+165=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDBA5 is #B0245A. Grayscale: #ABABAB. Windows color (decimal): -11543643 or 10869583. OLE color: 10869583.
HSL color Cylindrical-coordinate representation of color #4FDBA5: hue angle of 156.86º 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 #4FDBA5 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 165 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.14 |
| HSL | 156.86º | 0.66% | 0.58% | - |
| HSV(B) | 156.86º | 0.64% | 0.86% | - |
| XYZ | 35.35 | 55.04 | 44.36 | - |
| YUV | 170.98 | 124.62 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 165 | 0.64 | 0 | 0.25 | 0.14 | 156.86 | 0.66 | 0.58 |
| Hex | 4F | DB | A5 | 40 | 0 | 19 | E | 9D | 42 | 3A |
| Octal | 117 | 333 | 245 | 100 | 0 | 31 | 16 | 235 | 102 | 72 |
| Binary | 1001111 | 11011011 | 10100101 | 1000000 | 0 | 11001 | 1110 | 10011101 | 1000010 | 111010 |
Color Harmonies of #4FDBA5
Complementary color
Monochromatic Colors of #4FDBA5
Black with #4FDBA5
Text Example
Text Example
White with #4FDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBA5; }
p { color: rgb(79,219,165); }
H1.HeaderClassName
{
color: #4FDBA5;
}
.AnyTagClassName
{
color: #4FDBA5;
}
</style>
background-color css
<style>
a { background-color: #4FDBA5; }
a { background-color: rgb(79,219,165); }
div.DivClassName
{
background-color: #4FDBA5;
}
.BgClassName
{
background-color: #4FDBA5;
}
</style>
border-color css
<style>
span { border-color: #4FDBA5; }
span { border-color: rgb(79,219,165); }
td.TdClassName
{
border-color: #4FDBA5;
}
.TagClassName
{
border-color: #4FDBA5;
}
</style>