Shades of Medium Aquamarine #74ECAC
Tints of Medium Aquamarine #74ECAC
RGB
CMYK
RGB Variations
Color information
#74ECAC (or 0x74ECAC) is known color: Medium Aquamarine. HEX triplet: 74, EC and AC. RGB value is (116,236,172). Sum of RGB (Red+Green+Blue) = 116+236+172=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ECAC is #8B1353. Grayscale: #C0C0C0. Windows color (decimal): -9114452 or 11332724. OLE color: 11332724.
HSL color Cylindrical-coordinate representation of color #74ECAC: hue angle of 148º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ECAC is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 172 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.07 |
| HSL | 148º | 0.76% | 0.69% | - |
| HSV(B) | 148º | 0.51% | 0.93% | - |
| XYZ | 44.64 | 66.68 | 49.55 | - |
| YUV | 192.82 | 116.24 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 172 | 0.51 | 0 | 0.27 | 0.07 | 148 | 0.76 | 0.69 |
| Hex | 74 | EC | AC | 33 | 0 | 1B | 7 | 94 | 4C | 45 |
| Octal | 164 | 354 | 254 | 63 | 0 | 33 | 7 | 224 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10101100 | 110011 | 0 | 11011 | 111 | 10010100 | 1001100 | 1000101 |
Color Harmonies of #74ECAC
Complementary color
Monochromatic Colors of #74ECAC
Black with #74ECAC
Text Example
Text Example
White with #74ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECAC; }
p { color: rgb(116,236,172); }
H1.HeaderClassName
{
color: #74ECAC;
}
.AnyTagClassName
{
color: #74ECAC;
}
</style>
background-color css
<style>
a { background-color: #74ECAC; }
a { background-color: rgb(116,236,172); }
div.DivClassName
{
background-color: #74ECAC;
}
.BgClassName
{
background-color: #74ECAC;
}
</style>
border-color css
<style>
span { border-color: #74ECAC; }
span { border-color: rgb(116,236,172); }
td.TdClassName
{
border-color: #74ECAC;
}
.TagClassName
{
border-color: #74ECAC;
}
</style>