Shades of Medium Aquamarine #4FDBA8
Tints of Medium Aquamarine #4FDBA8
RGB
CMYK
RGB Variations
Color information
#4FDBA8 (or 0x4FDBA8) is known color: Medium Aquamarine. HEX triplet: 4F, DB and A8. RGB value is (79,219,168). Sum of RGB (Red+Green+Blue) = 79+219+168=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDBA8 is #B02457. Grayscale: #ABABAB. Windows color (decimal): -11543640 or 11066191. OLE color: 11066191.
HSL color Cylindrical-coordinate representation of color #4FDBA8: hue angle of 158.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 #4FDBA8 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 168 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.14 |
| HSL | 158.14º | 0.66% | 0.58% | - |
| HSV(B) | 158.14º | 0.64% | 0.86% | - |
| XYZ | 35.62 | 55.15 | 45.81 | - |
| YUV | 171.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 168 | 0.64 | 0 | 0.23 | 0.14 | 158.14 | 0.66 | 0.58 |
| Hex | 4F | DB | A8 | 40 | 0 | 17 | E | 9E | 42 | 3A |
| Octal | 117 | 333 | 250 | 100 | 0 | 27 | 16 | 236 | 102 | 72 |
| Binary | 1001111 | 11011011 | 10101000 | 1000000 | 0 | 10111 | 1110 | 10011110 | 1000010 | 111010 |
Color Harmonies of #4FDBA8
Complementary color
Monochromatic Colors of #4FDBA8
Black with #4FDBA8
Text Example
Text Example
White with #4FDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBA8; }
p { color: rgb(79,219,168); }
H1.HeaderClassName
{
color: #4FDBA8;
}
.AnyTagClassName
{
color: #4FDBA8;
}
</style>
background-color css
<style>
a { background-color: #4FDBA8; }
a { background-color: rgb(79,219,168); }
div.DivClassName
{
background-color: #4FDBA8;
}
.BgClassName
{
background-color: #4FDBA8;
}
</style>
border-color css
<style>
span { border-color: #4FDBA8; }
span { border-color: rgb(79,219,168); }
td.TdClassName
{
border-color: #4FDBA8;
}
.TagClassName
{
border-color: #4FDBA8;
}
</style>