Shades of Medium Aquamarine #74DBA4
Tints of Medium Aquamarine #74DBA4
RGB
CMYK
RGB Variations
Color information
#74DBA4 (or 0x74DBA4) is known color: Medium Aquamarine. HEX triplet: 74, DB and A4. RGB value is (116,219,164). Sum of RGB (Red+Green+Blue) = 116+219+164=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DBA4 is #8B245B. Grayscale: #B6B6B6. Windows color (decimal): -9118812 or 10804084. OLE color: 10804084.
HSL color Cylindrical-coordinate representation of color #74DBA4: hue angle of 147.96º 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 #74DBA4 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 164 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.14 |
| HSL | 147.96º | 0.59% | 0.66% | - |
| HSV(B) | 147.96º | 0.47% | 0.86% | - |
| XYZ | 39.23 | 57.06 | 44.07 | - |
| YUV | 181.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 164 | 0.47 | 0 | 0.25 | 0.14 | 147.96 | 0.59 | 0.66 |
| Hex | 74 | DB | A4 | 2F | 0 | 19 | E | 94 | 3B | 42 |
| Octal | 164 | 333 | 244 | 57 | 0 | 31 | 16 | 224 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10100100 | 101111 | 0 | 11001 | 1110 | 10010100 | 111011 | 1000010 |
Color Harmonies of #74DBA4
Complementary color
Monochromatic Colors of #74DBA4
Black with #74DBA4
Text Example
Text Example
White with #74DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBA4; }
p { color: rgb(116,219,164); }
H1.HeaderClassName
{
color: #74DBA4;
}
.AnyTagClassName
{
color: #74DBA4;
}
</style>
background-color css
<style>
a { background-color: #74DBA4; }
a { background-color: rgb(116,219,164); }
div.DivClassName
{
background-color: #74DBA4;
}
.BgClassName
{
background-color: #74DBA4;
}
</style>
border-color css
<style>
span { border-color: #74DBA4; }
span { border-color: rgb(116,219,164); }
td.TdClassName
{
border-color: #74DBA4;
}
.TagClassName
{
border-color: #74DBA4;
}
</style>