Shades of Medium Aquamarine #74D79C
Tints of Medium Aquamarine #74D79C
RGB
CMYK
RGB Variations
Color information
#74D79C (or 0x74D79C) is known color: Medium Aquamarine. HEX triplet: 74, D7 and 9C. RGB value is (116,215,156). Sum of RGB (Red+Green+Blue) = 116+215+156=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #74D79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D79C is #8B2863. Grayscale: #B2B2B2. Windows color (decimal): -9119844 or 10278772. OLE color: 10278772.
HSL color Cylindrical-coordinate representation of color #74D79C: hue angle of 144.24º degrees, saturation: 0.55, 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 #74D79C is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 156 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.16 |
| HSL | 144.24º | 0.55% | 0.65% | - |
| HSV(B) | 144.24º | 0.46% | 0.84% | - |
| XYZ | 37.5 | 54.71 | 40.04 | - |
| YUV | 178.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 156 | 0.46 | 0 | 0.27 | 0.16 | 144.24 | 0.55 | 0.65 |
| Hex | 74 | D7 | 9C | 2E | 0 | 1B | 10 | 90 | 37 | 41 |
| Octal | 164 | 327 | 234 | 56 | 0 | 33 | 20 | 220 | 67 | 101 |
| Binary | 1110100 | 11010111 | 10011100 | 101110 | 0 | 11011 | 10000 | 10010000 | 110111 | 1000001 |
Color Harmonies of #74D79C
Complementary color
Monochromatic Colors of #74D79C
Black with #74D79C
Text Example
Text Example
White with #74D79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D79C; }
p { color: rgb(116,215,156); }
H1.HeaderClassName
{
color: #74D79C;
}
.AnyTagClassName
{
color: #74D79C;
}
</style>
background-color css
<style>
a { background-color: #74D79C; }
a { background-color: rgb(116,215,156); }
div.DivClassName
{
background-color: #74D79C;
}
.BgClassName
{
background-color: #74D79C;
}
</style>
border-color css
<style>
span { border-color: #74D79C; }
span { border-color: rgb(116,215,156); }
td.TdClassName
{
border-color: #74D79C;
}
.TagClassName
{
border-color: #74D79C;
}
</style>