Shades of Medium Aquamarine #4CDEA8
Tints of Medium Aquamarine #4CDEA8
RGB
CMYK
RGB Variations
Color information
#4CDEA8 (or 0x4CDEA8) is known color: Medium Aquamarine. HEX triplet: 4C, DE and A8. RGB value is (76,222,168). Sum of RGB (Red+Green+Blue) = 76+222+168=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDEA8 is #B32157. Grayscale: #ACACAC. Windows color (decimal): -11739480 or 11066956. OLE color: 11066956.
HSL color Cylindrical-coordinate representation of color #4CDEA8: hue angle of 157.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDEA8 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 168 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.13 |
| HSL | 157.81º | 0.69% | 0.58% | - |
| HSV(B) | 157.81º | 0.66% | 0.87% | - |
| XYZ | 36.17 | 56.61 | 46.07 | - |
| YUV | 172.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 168 | 0.66 | 0 | 0.24 | 0.13 | 157.81 | 0.69 | 0.58 |
| Hex | 4C | DE | A8 | 42 | 0 | 18 | D | 9E | 45 | 3A |
| Octal | 114 | 336 | 250 | 102 | 0 | 30 | 15 | 236 | 105 | 72 |
| Binary | 1001100 | 11011110 | 10101000 | 1000010 | 0 | 11000 | 1101 | 10011110 | 1000101 | 111010 |
Color Harmonies of #4CDEA8
Complementary color
Monochromatic Colors of #4CDEA8
Black with #4CDEA8
Text Example
Text Example
White with #4CDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDEA8; }
p { color: rgb(76,222,168); }
H1.HeaderClassName
{
color: #4CDEA8;
}
.AnyTagClassName
{
color: #4CDEA8;
}
</style>
background-color css
<style>
a { background-color: #4CDEA8; }
a { background-color: rgb(76,222,168); }
div.DivClassName
{
background-color: #4CDEA8;
}
.BgClassName
{
background-color: #4CDEA8;
}
</style>
border-color css
<style>
span { border-color: #4CDEA8; }
span { border-color: rgb(76,222,168); }
td.TdClassName
{
border-color: #4CDEA8;
}
.TagClassName
{
border-color: #4CDEA8;
}
</style>