Shades of Medium Aquamarine #74DBA3
Tints of Medium Aquamarine #74DBA3
RGB
CMYK
RGB Variations
Color information
#74DBA3 (or 0x74DBA3) is known color: Medium Aquamarine. HEX triplet: 74, DB and A3. RGB value is (116,219,163). Sum of RGB (Red+Green+Blue) = 116+219+163=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DBA3 is #8B245C. Grayscale: #B5B5B5. Windows color (decimal): -9118813 or 10738548. OLE color: 10738548.
HSL color Cylindrical-coordinate representation of color #74DBA3: hue angle of 147.38º 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 #74DBA3 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 163 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.14 |
| HSL | 147.38º | 0.59% | 0.66% | - |
| HSV(B) | 147.38º | 0.47% | 0.86% | - |
| XYZ | 39.14 | 57.02 | 43.59 | - |
| YUV | 181.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 163 | 0.47 | 0 | 0.26 | 0.14 | 147.38 | 0.59 | 0.66 |
| Hex | 74 | DB | A3 | 2F | 0 | 1A | E | 93 | 3B | 42 |
| Octal | 164 | 333 | 243 | 57 | 0 | 32 | 16 | 223 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10100011 | 101111 | 0 | 11010 | 1110 | 10010011 | 111011 | 1000010 |
Color Harmonies of #74DBA3
Complementary color
Monochromatic Colors of #74DBA3
Black with #74DBA3
Text Example
Text Example
White with #74DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBA3; }
p { color: rgb(116,219,163); }
H1.HeaderClassName
{
color: #74DBA3;
}
.AnyTagClassName
{
color: #74DBA3;
}
</style>
background-color css
<style>
a { background-color: #74DBA3; }
a { background-color: rgb(116,219,163); }
div.DivClassName
{
background-color: #74DBA3;
}
.BgClassName
{
background-color: #74DBA3;
}
</style>
border-color css
<style>
span { border-color: #74DBA3; }
span { border-color: rgb(116,219,163); }
td.TdClassName
{
border-color: #74DBA3;
}
.TagClassName
{
border-color: #74DBA3;
}
</style>