Shades of Medium Aquamarine #74C6A0
Tints of Medium Aquamarine #74C6A0
RGB
CMYK
RGB Variations
Color information
#74C6A0 (or 0x74C6A0) is known color: Medium Aquamarine. HEX triplet: 74, C6 and A0. RGB value is (116,198,160). Sum of RGB (Red+Green+Blue) = 116+198+160=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #74C6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C6A0 is #8B395F. Grayscale: #A9A9A9. Windows color (decimal): -9124192 or 10536564. OLE color: 10536564.
HSL color Cylindrical-coordinate representation of color #74C6A0: hue angle of 152.2º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C6A0 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 160 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.22 |
| HSL | 152.2º | 0.42% | 0.62% | - |
| HSV(B) | 152.2º | 0.41% | 0.78% | - |
| XYZ | 33.74 | 46.64 | 40.48 | - |
| YUV | 169.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 160 | 0.41 | 0 | 0.19 | 0.22 | 152.2 | 0.42 | 0.62 |
| Hex | 74 | C6 | A0 | 29 | 0 | 13 | 16 | 98 | 2A | 3E |
| Octal | 164 | 306 | 240 | 51 | 0 | 23 | 26 | 230 | 52 | 76 |
| Binary | 1110100 | 11000110 | 10100000 | 101001 | 0 | 10011 | 10110 | 10011000 | 101010 | 111110 |
Color Harmonies of #74C6A0
Complementary color
Monochromatic Colors of #74C6A0
Black with #74C6A0
Text Example
Text Example
White with #74C6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C6A0; }
p { color: rgb(116,198,160); }
H1.HeaderClassName
{
color: #74C6A0;
}
.AnyTagClassName
{
color: #74C6A0;
}
</style>
background-color css
<style>
a { background-color: #74C6A0; }
a { background-color: rgb(116,198,160); }
div.DivClassName
{
background-color: #74C6A0;
}
.BgClassName
{
background-color: #74C6A0;
}
</style>
border-color css
<style>
span { border-color: #74C6A0; }
span { border-color: rgb(116,198,160); }
td.TdClassName
{
border-color: #74C6A0;
}
.TagClassName
{
border-color: #74C6A0;
}
</style>