Shades of Medium Aquamarine #4CEDA8
Tints of Medium Aquamarine #4CEDA8
RGB
CMYK
RGB Variations
Color information
#4CEDA8 (or 0x4CEDA8) is known color: Medium Aquamarine. HEX triplet: 4C, ED and A8. RGB value is (76,237,168). Sum of RGB (Red+Green+Blue) = 76+237+168=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CEDA8 is #B31257. Grayscale: #B5B5B5. Windows color (decimal): -11735640 or 11070796. OLE color: 11070796.
HSL color Cylindrical-coordinate representation of color #4CEDA8: hue angle of 154.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEDA8 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 168 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.07 |
| HSL | 154.29º | 0.82% | 0.61% | - |
| HSV(B) | 154.29º | 0.68% | 0.93% | - |
| XYZ | 40.33 | 64.93 | 47.45 | - |
| YUV | 181 | 120.66 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 168 | 0.68 | 0 | 0.29 | 0.07 | 154.29 | 0.82 | 0.61 |
| Hex | 4C | ED | A8 | 44 | 0 | 1D | 7 | 9A | 52 | 3D |
| Octal | 114 | 355 | 250 | 104 | 0 | 35 | 7 | 232 | 122 | 75 |
| Binary | 1001100 | 11101101 | 10101000 | 1000100 | 0 | 11101 | 111 | 10011010 | 1010010 | 111101 |
Color Harmonies of #4CEDA8
Complementary color
Monochromatic Colors of #4CEDA8
Black with #4CEDA8
Text Example
Text Example
White with #4CEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDA8; }
p { color: rgb(76,237,168); }
H1.HeaderClassName
{
color: #4CEDA8;
}
.AnyTagClassName
{
color: #4CEDA8;
}
</style>
background-color css
<style>
a { background-color: #4CEDA8; }
a { background-color: rgb(76,237,168); }
div.DivClassName
{
background-color: #4CEDA8;
}
.BgClassName
{
background-color: #4CEDA8;
}
</style>
border-color css
<style>
span { border-color: #4CEDA8; }
span { border-color: rgb(76,237,168); }
td.TdClassName
{
border-color: #4CEDA8;
}
.TagClassName
{
border-color: #4CEDA8;
}
</style>