Shades of Medium Aquamarine #74DB9E
Tints of Medium Aquamarine #74DB9E
RGB
CMYK
RGB Variations
Color information
#74DB9E (or 0x74DB9E) is known color: Medium Aquamarine. HEX triplet: 74, DB and 9E. RGB value is (116,219,158). Sum of RGB (Red+Green+Blue) = 116+219+158=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB9E is #8B2461. Grayscale: #B5B5B5. Windows color (decimal): -9118818 or 10410868. OLE color: 10410868.
HSL color Cylindrical-coordinate representation of color #74DB9E: hue angle of 144.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DB9E is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 158 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.14 |
| HSL | 144.47º | 0.59% | 0.66% | - |
| HSV(B) | 144.47º | 0.47% | 0.86% | - |
| XYZ | 38.71 | 56.84 | 41.28 | - |
| YUV | 181.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 158 | 0.47 | 0 | 0.28 | 0.14 | 144.47 | 0.59 | 0.66 |
| Hex | 74 | DB | 9E | 2F | 0 | 1C | E | 90 | 3B | 42 |
| Octal | 164 | 333 | 236 | 57 | 0 | 34 | 16 | 220 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10011110 | 101111 | 0 | 11100 | 1110 | 10010000 | 111011 | 1000010 |
Color Harmonies of #74DB9E
Complementary color
Monochromatic Colors of #74DB9E
Black with #74DB9E
Text Example
Text Example
White with #74DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB9E; }
p { color: rgb(116,219,158); }
H1.HeaderClassName
{
color: #74DB9E;
}
.AnyTagClassName
{
color: #74DB9E;
}
</style>
background-color css
<style>
a { background-color: #74DB9E; }
a { background-color: rgb(116,219,158); }
div.DivClassName
{
background-color: #74DB9E;
}
.BgClassName
{
background-color: #74DB9E;
}
</style>
border-color css
<style>
span { border-color: #74DB9E; }
span { border-color: rgb(116,219,158); }
td.TdClassName
{
border-color: #74DB9E;
}
.TagClassName
{
border-color: #74DB9E;
}
</style>