Shades of Medium Aquamarine #4CFCAB
Tints of Medium Aquamarine #4CFCAB
RGB
CMYK
RGB Variations
Color information
#4CFCAB (or 0x4CFCAB) is known color: Medium Aquamarine. HEX triplet: 4C, FC and AB. RGB value is (76,252,171). Sum of RGB (Red+Green+Blue) = 76+252+171=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFCAB is #B30354. Grayscale: #BEBEBE. Windows color (decimal): -11731797 or 11271244. OLE color: 11271244.
HSL color Cylindrical-coordinate representation of color #4CFCAB: hue angle of 152.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFCAB is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 171 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.01 |
| HSL | 152.39º | 0.97% | 0.64% | - |
| HSV(B) | 152.39º | 0.7% | 0.99% | - |
| XYZ | 45.14 | 74.1 | 50.45 | - |
| YUV | 190.14 | 117.19 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 171 | 0.70 | 0 | 0.32 | 0.01 | 152.39 | 0.97 | 0.64 |
| Hex | 4C | FC | AB | 46 | 0 | 20 | 1 | 98 | 61 | 40 |
| Octal | 114 | 374 | 253 | 106 | 0 | 40 | 1 | 230 | 141 | 100 |
| Binary | 1001100 | 11111100 | 10101011 | 1000110 | 0 | 100000 | 1 | 10011000 | 1100001 | 1000000 |
Color Harmonies of #4CFCAB
Complementary color
Monochromatic Colors of #4CFCAB
Black with #4CFCAB
Text Example
Text Example
White with #4CFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCAB; }
p { color: rgb(76,252,171); }
H1.HeaderClassName
{
color: #4CFCAB;
}
.AnyTagClassName
{
color: #4CFCAB;
}
</style>
background-color css
<style>
a { background-color: #4CFCAB; }
a { background-color: rgb(76,252,171); }
div.DivClassName
{
background-color: #4CFCAB;
}
.BgClassName
{
background-color: #4CFCAB;
}
</style>
border-color css
<style>
span { border-color: #4CFCAB; }
span { border-color: rgb(76,252,171); }
td.TdClassName
{
border-color: #4CFCAB;
}
.TagClassName
{
border-color: #4CFCAB;
}
</style>