Shades of Medium Aquamarine #74DB9F
Tints of Medium Aquamarine #74DB9F
RGB
CMYK
RGB Variations
Color information
#74DB9F (or 0x74DB9F) is known color: Medium Aquamarine. HEX triplet: 74, DB and 9F. RGB value is (116,219,159). Sum of RGB (Red+Green+Blue) = 116+219+159=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB9F is #8B2460. Grayscale: #B5B5B5. Windows color (decimal): -9118817 or 10476404. OLE color: 10476404.
HSL color Cylindrical-coordinate representation of color #74DB9F: hue angle of 145.05º 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 #74DB9F is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 159 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.14 |
| HSL | 145.05º | 0.59% | 0.66% | - |
| HSV(B) | 145.05º | 0.47% | 0.86% | - |
| XYZ | 38.79 | 56.88 | 41.74 | - |
| YUV | 181.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 159 | 0.47 | 0 | 0.27 | 0.14 | 145.05 | 0.59 | 0.66 |
| Hex | 74 | DB | 9F | 2F | 0 | 1B | E | 91 | 3B | 42 |
| Octal | 164 | 333 | 237 | 57 | 0 | 33 | 16 | 221 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10011111 | 101111 | 0 | 11011 | 1110 | 10010001 | 111011 | 1000010 |
Color Harmonies of #74DB9F
Complementary color
Monochromatic Colors of #74DB9F
Black with #74DB9F
Text Example
Text Example
White with #74DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB9F; }
p { color: rgb(116,219,159); }
H1.HeaderClassName
{
color: #74DB9F;
}
.AnyTagClassName
{
color: #74DB9F;
}
</style>
background-color css
<style>
a { background-color: #74DB9F; }
a { background-color: rgb(116,219,159); }
div.DivClassName
{
background-color: #74DB9F;
}
.BgClassName
{
background-color: #74DB9F;
}
</style>
border-color css
<style>
span { border-color: #74DB9F; }
span { border-color: rgb(116,219,159); }
td.TdClassName
{
border-color: #74DB9F;
}
.TagClassName
{
border-color: #74DB9F;
}
</style>