Shades of Aquamarine #74F4DB
Tints of Aquamarine #74F4DB
RGB
CMYK
RGB Variations
Color information
#74F4DB (or 0x74F4DB) is known color: Aquamarine. HEX triplet: 74, F4 and DB. RGB value is (116,244,219). Sum of RGB (Red+Green+Blue) = 116+244+219=579 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.03% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #74F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F4DB is #8B0B24. Grayscale: #CACACA. Windows color (decimal): -9112357 or 14414964. OLE color: 14414964.
HSL color Cylindrical-coordinate representation of color #74F4DB: hue angle of 168.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F4DB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 219 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.04 |
| HSL | 168.28º | 0.85% | 0.71% | - |
| HSV(B) | 168.28º | 0.52% | 0.96% | - |
| XYZ | 52.34 | 73.53 | 78.45 | - |
| YUV | 202.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 219 | 0.52 | 0 | 0.10 | 0.04 | 168.28 | 0.85 | 0.71 |
| Hex | 74 | F4 | DB | 34 | 0 | A | 4 | A8 | 55 | 47 |
| Octal | 164 | 364 | 333 | 64 | 0 | 12 | 4 | 250 | 125 | 107 |
| Binary | 1110100 | 11110100 | 11011011 | 110100 | 0 | 1010 | 100 | 10101000 | 1010101 | 1000111 |
Color Harmonies of #74F4DB
Complementary color
Monochromatic Colors of #74F4DB
Black with #74F4DB
Text Example
Text Example
White with #74F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F4DB; }
p { color: rgb(116,244,219); }
H1.HeaderClassName
{
color: #74F4DB;
}
.AnyTagClassName
{
color: #74F4DB;
}
</style>
background-color css
<style>
a { background-color: #74F4DB; }
a { background-color: rgb(116,244,219); }
div.DivClassName
{
background-color: #74F4DB;
}
.BgClassName
{
background-color: #74F4DB;
}
</style>
border-color css
<style>
span { border-color: #74F4DB; }
span { border-color: rgb(116,244,219); }
td.TdClassName
{
border-color: #74F4DB;
}
.TagClassName
{
border-color: #74F4DB;
}
</style>