Shades of Medium Aquamarine #74E8A8
Tints of Medium Aquamarine #74E8A8
RGB
CMYK
RGB Variations
Color information
#74E8A8 (or 0x74E8A8) is known color: Medium Aquamarine. HEX triplet: 74, E8 and A8. RGB value is (116,232,168). Sum of RGB (Red+Green+Blue) = 116+232+168=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #74E8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E8A8 is #8B1757. Grayscale: #BEBEBE. Windows color (decimal): -9115480 or 11069556. OLE color: 11069556.
HSL color Cylindrical-coordinate representation of color #74E8A8: hue angle of 146.9º degrees, saturation: 0.72, 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 #74E8A8 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 168 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.09 |
| HSL | 146.9º | 0.72% | 0.68% | - |
| HSV(B) | 146.9º | 0.5% | 0.91% | - |
| XYZ | 43.13 | 64.25 | 47.17 | - |
| YUV | 190.02 | 115.57 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 168 | 0.50 | 0 | 0.28 | 0.09 | 146.9 | 0.72 | 0.68 |
| Hex | 74 | E8 | A8 | 32 | 0 | 1C | 9 | 93 | 48 | 44 |
| Octal | 164 | 350 | 250 | 62 | 0 | 34 | 11 | 223 | 110 | 104 |
| Binary | 1110100 | 11101000 | 10101000 | 110010 | 0 | 11100 | 1001 | 10010011 | 1001000 | 1000100 |
Color Harmonies of #74E8A8
Complementary color
Monochromatic Colors of #74E8A8
Black with #74E8A8
Text Example
Text Example
White with #74E8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E8A8; }
p { color: rgb(116,232,168); }
H1.HeaderClassName
{
color: #74E8A8;
}
.AnyTagClassName
{
color: #74E8A8;
}
</style>
background-color css
<style>
a { background-color: #74E8A8; }
a { background-color: rgb(116,232,168); }
div.DivClassName
{
background-color: #74E8A8;
}
.BgClassName
{
background-color: #74E8A8;
}
</style>
border-color css
<style>
span { border-color: #74E8A8; }
span { border-color: rgb(116,232,168); }
td.TdClassName
{
border-color: #74E8A8;
}
.TagClassName
{
border-color: #74E8A8;
}
</style>