Shades of Medium Aquamarine #4CF8A2
Tints of Medium Aquamarine #4CF8A2
RGB
CMYK
RGB Variations
Color information
#4CF8A2 (or 0x4CF8A2) is known color: Medium Aquamarine. HEX triplet: 4C, F8 and A2. RGB value is (76,248,162). Sum of RGB (Red+Green+Blue) = 76+248+162=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF8A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF8A2 is #B3075D. Grayscale: #BABABA. Windows color (decimal): -11732830 or 10680396. OLE color: 10680396.
HSL color Cylindrical-coordinate representation of color #4CF8A2: hue angle of 150º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF8A2 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 248 | 162 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.03 |
| HSL | 150º | 0.92% | 0.64% | - |
| HSV(B) | 150º | 0.69% | 0.97% | - |
| XYZ | 43.07 | 71.28 | 45.67 | - |
| YUV | 186.77 | 114.02 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 162 | 0.69 | 0 | 0.35 | 0.03 | 150 | 0.92 | 0.64 |
| Hex | 4C | F8 | A2 | 45 | 0 | 23 | 3 | 96 | 5C | 40 |
| Octal | 114 | 370 | 242 | 105 | 0 | 43 | 3 | 226 | 134 | 100 |
| Binary | 1001100 | 11111000 | 10100010 | 1000101 | 0 | 100011 | 11 | 10010110 | 1011100 | 1000000 |
Color Harmonies of #4CF8A2
Complementary color
Monochromatic Colors of #4CF8A2
Black with #4CF8A2
Text Example
Text Example
White with #4CF8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF8A2; }
p { color: rgb(76,248,162); }
H1.HeaderClassName
{
color: #4CF8A2;
}
.AnyTagClassName
{
color: #4CF8A2;
}
</style>
background-color css
<style>
a { background-color: #4CF8A2; }
a { background-color: rgb(76,248,162); }
div.DivClassName
{
background-color: #4CF8A2;
}
.BgClassName
{
background-color: #4CF8A2;
}
</style>
border-color css
<style>
span { border-color: #4CF8A2; }
span { border-color: rgb(76,248,162); }
td.TdClassName
{
border-color: #4CF8A2;
}
.TagClassName
{
border-color: #4CF8A2;
}
</style>