Shades of Medium Aquamarine #4CEBAF
Tints of Medium Aquamarine #4CEBAF
RGB
CMYK
RGB Variations
Color information
#4CEBAF (or 0x4CEBAF) is known color: Medium Aquamarine. HEX triplet: 4C, EB and AF. RGB value is (76,235,175). Sum of RGB (Red+Green+Blue) = 76+235+175=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CEBAF is #B31450. Grayscale: #B4B4B4. Windows color (decimal): -11736145 or 11529036. OLE color: 11529036.
HSL color Cylindrical-coordinate representation of color #4CEBAF: hue angle of 157.36º degrees, saturation: 0.8, 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 #4CEBAF is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 175 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.08 |
| HSL | 157.36º | 0.8% | 0.61% | - |
| HSV(B) | 157.36º | 0.68% | 0.92% | - |
| XYZ | 40.43 | 64.05 | 50.79 | - |
| YUV | 180.62 | 124.82 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 175 | 0.68 | 0 | 0.26 | 0.08 | 157.36 | 0.8 | 0.61 |
| Hex | 4C | EB | AF | 44 | 0 | 1A | 8 | 9D | 50 | 3D |
| Octal | 114 | 353 | 257 | 104 | 0 | 32 | 10 | 235 | 120 | 75 |
| Binary | 1001100 | 11101011 | 10101111 | 1000100 | 0 | 11010 | 1000 | 10011101 | 1010000 | 111101 |
Color Harmonies of #4CEBAF
Complementary color
Monochromatic Colors of #4CEBAF
Black with #4CEBAF
Text Example
Text Example
White with #4CEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBAF; }
p { color: rgb(76,235,175); }
H1.HeaderClassName
{
color: #4CEBAF;
}
.AnyTagClassName
{
color: #4CEBAF;
}
</style>
background-color css
<style>
a { background-color: #4CEBAF; }
a { background-color: rgb(76,235,175); }
div.DivClassName
{
background-color: #4CEBAF;
}
.BgClassName
{
background-color: #4CEBAF;
}
</style>
border-color css
<style>
span { border-color: #4CEBAF; }
span { border-color: rgb(76,235,175); }
td.TdClassName
{
border-color: #4CEBAF;
}
.TagClassName
{
border-color: #4CEBAF;
}
</style>