Shades of Medium Aquamarine #74EEA2
Tints of Medium Aquamarine #74EEA2
RGB
CMYK
RGB Variations
Color information
#74EEA2 (or 0x74EEA2) is known color: Medium Aquamarine. HEX triplet: 74, EE and A2. RGB value is (116,238,162). Sum of RGB (Red+Green+Blue) = 116+238+162=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EEA2 is #8B115D. Grayscale: #C1C1C1. Windows color (decimal): -9113950 or 10677876. OLE color: 10677876.
HSL color Cylindrical-coordinate representation of color #74EEA2: hue angle of 142.62º degrees, saturation: 0.78, 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 #74EEA2 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 162 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.07 |
| HSL | 142.62º | 0.78% | 0.69% | - |
| HSV(B) | 142.62º | 0.51% | 0.93% | - |
| XYZ | 44.3 | 67.47 | 44.87 | - |
| YUV | 192.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 162 | 0.51 | 0 | 0.32 | 0.07 | 142.62 | 0.78 | 0.69 |
| Hex | 74 | EE | A2 | 33 | 0 | 20 | 7 | 8F | 4E | 45 |
| Octal | 164 | 356 | 242 | 63 | 0 | 40 | 7 | 217 | 116 | 105 |
| Binary | 1110100 | 11101110 | 10100010 | 110011 | 0 | 100000 | 111 | 10001111 | 1001110 | 1000101 |
Color Harmonies of #74EEA2
Complementary color
Monochromatic Colors of #74EEA2
Black with #74EEA2
Text Example
Text Example
White with #74EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEA2; }
p { color: rgb(116,238,162); }
H1.HeaderClassName
{
color: #74EEA2;
}
.AnyTagClassName
{
color: #74EEA2;
}
</style>
background-color css
<style>
a { background-color: #74EEA2; }
a { background-color: rgb(116,238,162); }
div.DivClassName
{
background-color: #74EEA2;
}
.BgClassName
{
background-color: #74EEA2;
}
</style>
border-color css
<style>
span { border-color: #74EEA2; }
span { border-color: rgb(116,238,162); }
td.TdClassName
{
border-color: #74EEA2;
}
.TagClassName
{
border-color: #74EEA2;
}
</style>