Shades of Medium Aquamarine #74E9A3
Tints of Medium Aquamarine #74E9A3
RGB
CMYK
RGB Variations
Color information
#74E9A3 (or 0x74E9A3) is known color: Medium Aquamarine. HEX triplet: 74, E9 and A3. RGB value is (116,233,163). Sum of RGB (Red+Green+Blue) = 116+233+163=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #74E9A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E9A3 is #8B165C. Grayscale: #BEBEBE. Windows color (decimal): -9115229 or 10742132. OLE color: 10742132.
HSL color Cylindrical-coordinate representation of color #74E9A3: hue angle of 144.1º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E9A3 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 233 | 163 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.09 |
| HSL | 144.1º | 0.73% | 0.68% | - |
| HSV(B) | 144.1º | 0.5% | 0.91% | - |
| XYZ | 42.95 | 64.64 | 44.86 | - |
| YUV | 190.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 233 | 163 | 0.50 | 0 | 0.30 | 0.09 | 144.1 | 0.73 | 0.68 |
| Hex | 74 | E9 | A3 | 32 | 0 | 1E | 9 | 90 | 49 | 44 |
| Octal | 164 | 351 | 243 | 62 | 0 | 36 | 11 | 220 | 111 | 104 |
| Binary | 1110100 | 11101001 | 10100011 | 110010 | 0 | 11110 | 1001 | 10010000 | 1001001 | 1000100 |
Color Harmonies of #74E9A3
Complementary color
Monochromatic Colors of #74E9A3
Black with #74E9A3
Text Example
Text Example
White with #74E9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E9A3; }
p { color: rgb(116,233,163); }
H1.HeaderClassName
{
color: #74E9A3;
}
.AnyTagClassName
{
color: #74E9A3;
}
</style>
background-color css
<style>
a { background-color: #74E9A3; }
a { background-color: rgb(116,233,163); }
div.DivClassName
{
background-color: #74E9A3;
}
.BgClassName
{
background-color: #74E9A3;
}
</style>
border-color css
<style>
span { border-color: #74E9A3; }
span { border-color: rgb(116,233,163); }
td.TdClassName
{
border-color: #74E9A3;
}
.TagClassName
{
border-color: #74E9A3;
}
</style>