Shades of Medium Aquamarine #74ECA5
Tints of Medium Aquamarine #74ECA5
RGB
CMYK
RGB Variations
Color information
#74ECA5 (or 0x74ECA5) is known color: Medium Aquamarine. HEX triplet: 74, EC and A5. RGB value is (116,236,165). Sum of RGB (Red+Green+Blue) = 116+236+165=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ECA5 is #8B135A. Grayscale: #C0C0C0. Windows color (decimal): -9114459 or 10873972. OLE color: 10873972.
HSL color Cylindrical-coordinate representation of color #74ECA5: hue angle of 144.5º 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 #74ECA5 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 165 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.07 |
| HSL | 144.5º | 0.76% | 0.69% | - |
| HSV(B) | 144.5º | 0.51% | 0.93% | - |
| XYZ | 43.99 | 66.42 | 46.1 | - |
| YUV | 192.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 165 | 0.51 | 0 | 0.30 | 0.07 | 144.5 | 0.76 | 0.69 |
| Hex | 74 | EC | A5 | 33 | 0 | 1E | 7 | 90 | 4C | 45 |
| Octal | 164 | 354 | 245 | 63 | 0 | 36 | 7 | 220 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10100101 | 110011 | 0 | 11110 | 111 | 10010000 | 1001100 | 1000101 |
Color Harmonies of #74ECA5
Complementary color
Monochromatic Colors of #74ECA5
Black with #74ECA5
Text Example
Text Example
White with #74ECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECA5; }
p { color: rgb(116,236,165); }
H1.HeaderClassName
{
color: #74ECA5;
}
.AnyTagClassName
{
color: #74ECA5;
}
</style>
background-color css
<style>
a { background-color: #74ECA5; }
a { background-color: rgb(116,236,165); }
div.DivClassName
{
background-color: #74ECA5;
}
.BgClassName
{
background-color: #74ECA5;
}
</style>
border-color css
<style>
span { border-color: #74ECA5; }
span { border-color: rgb(116,236,165); }
td.TdClassName
{
border-color: #74ECA5;
}
.TagClassName
{
border-color: #74ECA5;
}
</style>