Shades of Medium Aquamarine #74ECAB
Tints of Medium Aquamarine #74ECAB
RGB
CMYK
RGB Variations
Color information
#74ECAB (or 0x74ECAB) is known color: Medium Aquamarine. HEX triplet: 74, EC and AB. RGB value is (116,236,171). Sum of RGB (Red+Green+Blue) = 116+236+171=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ECAB is #8B1354. Grayscale: #C0C0C0. Windows color (decimal): -9114453 or 11267188. OLE color: 11267188.
HSL color Cylindrical-coordinate representation of color #74ECAB: hue angle of 147.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 #74ECAB is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 171 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.07 |
| HSL | 147.5º | 0.76% | 0.69% | - |
| HSV(B) | 147.5º | 0.51% | 0.93% | - |
| XYZ | 44.55 | 66.64 | 49.04 | - |
| YUV | 192.71 | 115.74 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 171 | 0.51 | 0 | 0.28 | 0.07 | 147.5 | 0.76 | 0.69 |
| Hex | 74 | EC | AB | 33 | 0 | 1C | 7 | 94 | 4C | 45 |
| Octal | 164 | 354 | 253 | 63 | 0 | 34 | 7 | 224 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10101011 | 110011 | 0 | 11100 | 111 | 10010100 | 1001100 | 1000101 |
Color Harmonies of #74ECAB
Complementary color
Monochromatic Colors of #74ECAB
Black with #74ECAB
Text Example
Text Example
White with #74ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECAB; }
p { color: rgb(116,236,171); }
H1.HeaderClassName
{
color: #74ECAB;
}
.AnyTagClassName
{
color: #74ECAB;
}
</style>
background-color css
<style>
a { background-color: #74ECAB; }
a { background-color: rgb(116,236,171); }
div.DivClassName
{
background-color: #74ECAB;
}
.BgClassName
{
background-color: #74ECAB;
}
</style>
border-color css
<style>
span { border-color: #74ECAB; }
span { border-color: rgb(116,236,171); }
td.TdClassName
{
border-color: #74ECAB;
}
.TagClassName
{
border-color: #74ECAB;
}
</style>