Shades of Medium Aquamarine #74CEA8
Tints of Medium Aquamarine #74CEA8
RGB
CMYK
RGB Variations
Color information
#74CEA8 (or 0x74CEA8) is known color: Medium Aquamarine. HEX triplet: 74, CE and A8. RGB value is (116,206,168). Sum of RGB (Red+Green+Blue) = 116+206+168=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEA8 is #8B3157. Grayscale: #AEAEAE. Windows color (decimal): -9122136 or 11062900. OLE color: 11062900.
HSL color Cylindrical-coordinate representation of color #74CEA8: hue angle of 154.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CEA8 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 168 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.19 |
| HSL | 154.67º | 0.48% | 0.63% | - |
| HSV(B) | 154.67º | 0.44% | 0.81% | - |
| XYZ | 36.34 | 50.68 | 44.91 | - |
| YUV | 174.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 168 | 0.44 | 0 | 0.18 | 0.19 | 154.67 | 0.48 | 0.63 |
| Hex | 74 | CE | A8 | 2C | 0 | 12 | 13 | 9B | 30 | 3F |
| Octal | 164 | 316 | 250 | 54 | 0 | 22 | 23 | 233 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10101000 | 101100 | 0 | 10010 | 10011 | 10011011 | 110000 | 111111 |
Color Harmonies of #74CEA8
Complementary color
Monochromatic Colors of #74CEA8
Black with #74CEA8
Text Example
Text Example
White with #74CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEA8; }
p { color: rgb(116,206,168); }
H1.HeaderClassName
{
color: #74CEA8;
}
.AnyTagClassName
{
color: #74CEA8;
}
</style>
background-color css
<style>
a { background-color: #74CEA8; }
a { background-color: rgb(116,206,168); }
div.DivClassName
{
background-color: #74CEA8;
}
.BgClassName
{
background-color: #74CEA8;
}
</style>
border-color css
<style>
span { border-color: #74CEA8; }
span { border-color: rgb(116,206,168); }
td.TdClassName
{
border-color: #74CEA8;
}
.TagClassName
{
border-color: #74CEA8;
}
</style>