Shades of Medium Aquamarine #4CEAAA
Tints of Medium Aquamarine #4CEAAA
RGB
CMYK
RGB Variations
Color information
#4CEAAA (or 0x4CEAAA) is known color: Medium Aquamarine. HEX triplet: 4C, EA and AA. RGB value is (76,234,170). Sum of RGB (Red+Green+Blue) = 76+234+170=480 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.83% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CEAAA is #B31555. Grayscale: #B3B3B3. Windows color (decimal): -11736406 or 11201100. OLE color: 11201100.
HSL color Cylindrical-coordinate representation of color #4CEAAA: hue angle of 155.7º 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 #4CEAAA is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 170 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.08 |
| HSL | 155.7º | 0.79% | 0.61% | - |
| HSV(B) | 155.7º | 0.68% | 0.92% | - |
| XYZ | 39.66 | 63.28 | 48.16 | - |
| YUV | 179.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 170 | 0.68 | 0 | 0.27 | 0.08 | 155.7 | 0.79 | 0.61 |
| Hex | 4C | EA | AA | 44 | 0 | 1B | 8 | 9C | 4F | 3D |
| Octal | 114 | 352 | 252 | 104 | 0 | 33 | 10 | 234 | 117 | 75 |
| Binary | 1001100 | 11101010 | 10101010 | 1000100 | 0 | 11011 | 1000 | 10011100 | 1001111 | 111101 |
Color Harmonies of #4CEAAA
Complementary color
Monochromatic Colors of #4CEAAA
Black with #4CEAAA
Text Example
Text Example
White with #4CEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEAAA; }
p { color: rgb(76,234,170); }
H1.HeaderClassName
{
color: #4CEAAA;
}
.AnyTagClassName
{
color: #4CEAAA;
}
</style>
background-color css
<style>
a { background-color: #4CEAAA; }
a { background-color: rgb(76,234,170); }
div.DivClassName
{
background-color: #4CEAAA;
}
.BgClassName
{
background-color: #4CEAAA;
}
</style>
border-color css
<style>
span { border-color: #4CEAAA; }
span { border-color: rgb(76,234,170); }
td.TdClassName
{
border-color: #4CEAAA;
}
.TagClassName
{
border-color: #4CEAAA;
}
</style>