Shades of Medium Aquamarine #4FD5B2
Tints of Medium Aquamarine #4FD5B2
RGB
CMYK
RGB Variations
Color information
#4FD5B2 (or 0x4FD5B2) is known color: Medium Aquamarine. HEX triplet: 4F, D5 and B2. RGB value is (79,213,178). Sum of RGB (Red+Green+Blue) = 79+213+178=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FD5B2 is #B02A4D. Grayscale: #A8A8A8. Windows color (decimal): -11545166 or 11720015. OLE color: 11720015.
HSL color Cylindrical-coordinate representation of color #4FD5B2: hue angle of 164.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD5B2 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 213 | 178 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.16 |
| HSL | 164.33º | 0.61% | 0.57% | - |
| HSV(B) | 164.33º | 0.63% | 0.84% | - |
| XYZ | 35.05 | 52.47 | 50.4 | - |
| YUV | 168.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 213 | 178 | 0.63 | 0 | 0.16 | 0.16 | 164.33 | 0.61 | 0.57 |
| Hex | 4F | D5 | B2 | 3F | 0 | 10 | 10 | A4 | 3D | 39 |
| Octal | 117 | 325 | 262 | 77 | 0 | 20 | 20 | 244 | 75 | 71 |
| Binary | 1001111 | 11010101 | 10110010 | 111111 | 0 | 10000 | 10000 | 10100100 | 111101 | 111001 |
Color Harmonies of #4FD5B2
Complementary color
Monochromatic Colors of #4FD5B2
Black with #4FD5B2
Text Example
Text Example
White with #4FD5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD5B2; }
p { color: rgb(79,213,178); }
H1.HeaderClassName
{
color: #4FD5B2;
}
.AnyTagClassName
{
color: #4FD5B2;
}
</style>
background-color css
<style>
a { background-color: #4FD5B2; }
a { background-color: rgb(79,213,178); }
div.DivClassName
{
background-color: #4FD5B2;
}
.BgClassName
{
background-color: #4FD5B2;
}
</style>
border-color css
<style>
span { border-color: #4FD5B2; }
span { border-color: rgb(79,213,178); }
td.TdClassName
{
border-color: #4FD5B2;
}
.TagClassName
{
border-color: #4FD5B2;
}
</style>