Shades of Medium Aquamarine #4CDFAF
Tints of Medium Aquamarine #4CDFAF
RGB
CMYK
RGB Variations
Color information
#4CDFAF (or 0x4CDFAF) is known color: Medium Aquamarine. HEX triplet: 4C, DF and AF. RGB value is (76,223,175). Sum of RGB (Red+Green+Blue) = 76+223+175=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDFAF is #B32050. Grayscale: #ADADAD. Windows color (decimal): -11739217 or 11525964. OLE color: 11525964.
HSL color Cylindrical-coordinate representation of color #4CDFAF: hue angle of 160.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFAF is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 175 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.13 |
| HSL | 160.41º | 0.7% | 0.59% | - |
| HSV(B) | 160.41º | 0.66% | 0.87% | - |
| XYZ | 37.11 | 57.41 | 49.68 | - |
| YUV | 173.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 175 | 0.66 | 0 | 0.22 | 0.13 | 160.41 | 0.7 | 0.59 |
| Hex | 4C | DF | AF | 42 | 0 | 16 | D | A0 | 46 | 3B |
| Octal | 114 | 337 | 257 | 102 | 0 | 26 | 15 | 240 | 106 | 73 |
| Binary | 1001100 | 11011111 | 10101111 | 1000010 | 0 | 10110 | 1101 | 10100000 | 1000110 | 111011 |
Color Harmonies of #4CDFAF
Complementary color
Monochromatic Colors of #4CDFAF
Black with #4CDFAF
Text Example
Text Example
White with #4CDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFAF; }
p { color: rgb(76,223,175); }
H1.HeaderClassName
{
color: #4CDFAF;
}
.AnyTagClassName
{
color: #4CDFAF;
}
</style>
background-color css
<style>
a { background-color: #4CDFAF; }
a { background-color: rgb(76,223,175); }
div.DivClassName
{
background-color: #4CDFAF;
}
.BgClassName
{
background-color: #4CDFAF;
}
</style>
border-color css
<style>
span { border-color: #4CDFAF; }
span { border-color: rgb(76,223,175); }
td.TdClassName
{
border-color: #4CDFAF;
}
.TagClassName
{
border-color: #4CDFAF;
}
</style>