Shades of Medium Aquamarine #4CFAAA
Tints of Medium Aquamarine #4CFAAA
RGB
CMYK
RGB Variations
Color information
#4CFAAA (or 0x4CFAAA) is known color: Medium Aquamarine. HEX triplet: 4C, FA and AA. RGB value is (76,250,170). Sum of RGB (Red+Green+Blue) = 76+250+170=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFAAA is #B30555. Grayscale: #BDBDBD. Windows color (decimal): -11732310 or 11205196. OLE color: 11205196.
HSL color Cylindrical-coordinate representation of color #4CFAAA: hue angle of 152.41º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAAA is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 170 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.02 |
| HSL | 152.41º | 0.95% | 0.64% | - |
| HSV(B) | 152.41º | 0.7% | 0.98% | - |
| XYZ | 44.42 | 72.81 | 49.74 | - |
| YUV | 188.85 | 117.35 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 170 | 0.70 | 0 | 0.32 | 0.02 | 152.41 | 0.95 | 0.64 |
| Hex | 4C | FA | AA | 46 | 0 | 20 | 2 | 98 | 5F | 40 |
| Octal | 114 | 372 | 252 | 106 | 0 | 40 | 2 | 230 | 137 | 100 |
| Binary | 1001100 | 11111010 | 10101010 | 1000110 | 0 | 100000 | 10 | 10011000 | 1011111 | 1000000 |
Color Harmonies of #4CFAAA
Complementary color
Monochromatic Colors of #4CFAAA
Black with #4CFAAA
Text Example
Text Example
White with #4CFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFAAA; }
p { color: rgb(76,250,170); }
H1.HeaderClassName
{
color: #4CFAAA;
}
.AnyTagClassName
{
color: #4CFAAA;
}
</style>
background-color css
<style>
a { background-color: #4CFAAA; }
a { background-color: rgb(76,250,170); }
div.DivClassName
{
background-color: #4CFAAA;
}
.BgClassName
{
background-color: #4CFAAA;
}
</style>
border-color css
<style>
span { border-color: #4CFAAA; }
span { border-color: rgb(76,250,170); }
td.TdClassName
{
border-color: #4CFAAA;
}
.TagClassName
{
border-color: #4CFAAA;
}
</style>