Shades of Medium Aquamarine #74ECB2
Tints of Medium Aquamarine #74ECB2
RGB
CMYK
RGB Variations
Color information
#74ECB2 (or 0x74ECB2) is known color: Medium Aquamarine. HEX triplet: 74, EC and B2. RGB value is (116,236,178). Sum of RGB (Red+Green+Blue) = 116+236+178=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ECB2 is #8B134D. Grayscale: #C1C1C1. Windows color (decimal): -9114446 or 11725940. OLE color: 11725940.
HSL color Cylindrical-coordinate representation of color #74ECB2: hue angle of 151º 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 #74ECB2 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 178 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.07 |
| HSL | 151º | 0.76% | 0.69% | - |
| HSV(B) | 151º | 0.51% | 0.93% | - |
| XYZ | 45.23 | 66.92 | 52.65 | - |
| YUV | 193.51 | 119.24 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 178 | 0.51 | 0 | 0.25 | 0.07 | 151 | 0.76 | 0.69 |
| Hex | 74 | EC | B2 | 33 | 0 | 19 | 7 | 97 | 4C | 45 |
| Octal | 164 | 354 | 262 | 63 | 0 | 31 | 7 | 227 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10110010 | 110011 | 0 | 11001 | 111 | 10010111 | 1001100 | 1000101 |
Color Harmonies of #74ECB2
Complementary color
Monochromatic Colors of #74ECB2
Black with #74ECB2
Text Example
Text Example
White with #74ECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECB2; }
p { color: rgb(116,236,178); }
H1.HeaderClassName
{
color: #74ECB2;
}
.AnyTagClassName
{
color: #74ECB2;
}
</style>
background-color css
<style>
a { background-color: #74ECB2; }
a { background-color: rgb(116,236,178); }
div.DivClassName
{
background-color: #74ECB2;
}
.BgClassName
{
background-color: #74ECB2;
}
</style>
border-color css
<style>
span { border-color: #74ECB2; }
span { border-color: rgb(116,236,178); }
td.TdClassName
{
border-color: #74ECB2;
}
.TagClassName
{
border-color: #74ECB2;
}
</style>