Shades of Medium Aquamarine #4CEAAF
Tints of Medium Aquamarine #4CEAAF
RGB
CMYK
RGB Variations
Color information
#4CEAAF (or 0x4CEAAF) is known color: Medium Aquamarine. HEX triplet: 4C, EA and AF. RGB value is (76,234,175). Sum of RGB (Red+Green+Blue) = 76+234+175=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CEAAF is #B31550. Grayscale: #B4B4B4. Windows color (decimal): -11736401 or 11528780. OLE color: 11528780.
HSL color Cylindrical-coordinate representation of color #4CEAAF: hue angle of 157.59º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEAAF is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 175 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.08 |
| HSL | 157.59º | 0.79% | 0.61% | - |
| HSV(B) | 157.59º | 0.68% | 0.92% | - |
| XYZ | 40.14 | 63.48 | 50.69 | - |
| YUV | 180.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 175 | 0.68 | 0 | 0.25 | 0.08 | 157.59 | 0.79 | 0.61 |
| Hex | 4C | EA | AF | 44 | 0 | 19 | 8 | 9E | 4F | 3D |
| Octal | 114 | 352 | 257 | 104 | 0 | 31 | 10 | 236 | 117 | 75 |
| Binary | 1001100 | 11101010 | 10101111 | 1000100 | 0 | 11001 | 1000 | 10011110 | 1001111 | 111101 |
Color Harmonies of #4CEAAF
Complementary color
Monochromatic Colors of #4CEAAF
Black with #4CEAAF
Text Example
Text Example
White with #4CEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEAAF; }
p { color: rgb(76,234,175); }
H1.HeaderClassName
{
color: #4CEAAF;
}
.AnyTagClassName
{
color: #4CEAAF;
}
</style>
background-color css
<style>
a { background-color: #4CEAAF; }
a { background-color: rgb(76,234,175); }
div.DivClassName
{
background-color: #4CEAAF;
}
.BgClassName
{
background-color: #4CEAAF;
}
</style>
border-color css
<style>
span { border-color: #4CEAAF; }
span { border-color: rgb(76,234,175); }
td.TdClassName
{
border-color: #4CEAAF;
}
.TagClassName
{
border-color: #4CEAAF;
}
</style>