Shades of Medium Aquamarine #74D5A0
Tints of Medium Aquamarine #74D5A0
RGB
CMYK
RGB Variations
Color information
#74D5A0 (or 0x74D5A0) is known color: Medium Aquamarine. HEX triplet: 74, D5 and A0. RGB value is (116,213,160). Sum of RGB (Red+Green+Blue) = 116+213+160=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #74D5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D5A0 is #8B2A5F. Grayscale: #B2B2B2. Windows color (decimal): -9120352 or 10540404. OLE color: 10540404.
HSL color Cylindrical-coordinate representation of color #74D5A0: hue angle of 147.22º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D5A0 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 160 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.16 |
| HSL | 147.22º | 0.54% | 0.65% | - |
| HSV(B) | 147.22º | 0.46% | 0.84% | - |
| XYZ | 37.34 | 53.84 | 41.68 | - |
| YUV | 177.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 160 | 0.46 | 0 | 0.25 | 0.16 | 147.22 | 0.54 | 0.65 |
| Hex | 74 | D5 | A0 | 2E | 0 | 19 | 10 | 93 | 36 | 41 |
| Octal | 164 | 325 | 240 | 56 | 0 | 31 | 20 | 223 | 66 | 101 |
| Binary | 1110100 | 11010101 | 10100000 | 101110 | 0 | 11001 | 10000 | 10010011 | 110110 | 1000001 |
Color Harmonies of #74D5A0
Complementary color
Monochromatic Colors of #74D5A0
Black with #74D5A0
Text Example
Text Example
White with #74D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D5A0; }
p { color: rgb(116,213,160); }
H1.HeaderClassName
{
color: #74D5A0;
}
.AnyTagClassName
{
color: #74D5A0;
}
</style>
background-color css
<style>
a { background-color: #74D5A0; }
a { background-color: rgb(116,213,160); }
div.DivClassName
{
background-color: #74D5A0;
}
.BgClassName
{
background-color: #74D5A0;
}
</style>
border-color css
<style>
span { border-color: #74D5A0; }
span { border-color: rgb(116,213,160); }
td.TdClassName
{
border-color: #74D5A0;
}
.TagClassName
{
border-color: #74D5A0;
}
</style>