Shades of Medium Aquamarine #74D6A0
Tints of Medium Aquamarine #74D6A0
RGB
CMYK
RGB Variations
Color information
#74D6A0 (or 0x74D6A0) is known color: Medium Aquamarine. HEX triplet: 74, D6 and A0. RGB value is (116,214,160). Sum of RGB (Red+Green+Blue) = 116+214+160=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D6A0 is #8B295F. Grayscale: #B2B2B2. Windows color (decimal): -9120096 or 10540660. OLE color: 10540660.
HSL color Cylindrical-coordinate representation of color #74D6A0: hue angle of 146.94º 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 #74D6A0 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 160 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.16 |
| HSL | 146.94º | 0.54% | 0.65% | - |
| HSV(B) | 146.94º | 0.46% | 0.84% | - |
| XYZ | 37.59 | 54.34 | 41.77 | - |
| YUV | 178.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 160 | 0.46 | 0 | 0.25 | 0.16 | 146.94 | 0.54 | 0.65 |
| Hex | 74 | D6 | A0 | 2E | 0 | 19 | 10 | 93 | 36 | 41 |
| Octal | 164 | 326 | 240 | 56 | 0 | 31 | 20 | 223 | 66 | 101 |
| Binary | 1110100 | 11010110 | 10100000 | 101110 | 0 | 11001 | 10000 | 10010011 | 110110 | 1000001 |
Color Harmonies of #74D6A0
Complementary color
Monochromatic Colors of #74D6A0
Black with #74D6A0
Text Example
Text Example
White with #74D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D6A0; }
p { color: rgb(116,214,160); }
H1.HeaderClassName
{
color: #74D6A0;
}
.AnyTagClassName
{
color: #74D6A0;
}
</style>
background-color css
<style>
a { background-color: #74D6A0; }
a { background-color: rgb(116,214,160); }
div.DivClassName
{
background-color: #74D6A0;
}
.BgClassName
{
background-color: #74D6A0;
}
</style>
border-color css
<style>
span { border-color: #74D6A0; }
span { border-color: rgb(116,214,160); }
td.TdClassName
{
border-color: #74D6A0;
}
.TagClassName
{
border-color: #74D6A0;
}
</style>