Shades of Aquamarine #74F0DB
Tints of Aquamarine #74F0DB
RGB
CMYK
RGB Variations
Color information
#74F0DB (or 0x74F0DB) is known color: Aquamarine. HEX triplet: 74, F0 and DB. RGB value is (116,240,219). Sum of RGB (Red+Green+Blue) = 116+240+219=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0DB is #8B0F24. Grayscale: #C8C8C8. Windows color (decimal): -9113381 or 14413940. OLE color: 14413940.
HSL color Cylindrical-coordinate representation of color #74F0DB: hue angle of 169.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0DB is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 219 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.06 |
| HSL | 169.84º | 0.81% | 0.7% | - |
| HSV(B) | 169.84º | 0.52% | 0.94% | - |
| XYZ | 51.15 | 71.15 | 78.05 | - |
| YUV | 200.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 219 | 0.52 | 0 | 0.09 | 0.06 | 169.84 | 0.81 | 0.7 |
| Hex | 74 | F0 | DB | 34 | 0 | 9 | 6 | AA | 51 | 46 |
| Octal | 164 | 360 | 333 | 64 | 0 | 11 | 6 | 252 | 121 | 106 |
| Binary | 1110100 | 11110000 | 11011011 | 110100 | 0 | 1001 | 110 | 10101010 | 1010001 | 1000110 |
Color Harmonies of #74F0DB
Complementary color
Monochromatic Colors of #74F0DB
Black with #74F0DB
Text Example
Text Example
White with #74F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F0DB; }
p { color: rgb(116,240,219); }
H1.HeaderClassName
{
color: #74F0DB;
}
.AnyTagClassName
{
color: #74F0DB;
}
</style>
background-color css
<style>
a { background-color: #74F0DB; }
a { background-color: rgb(116,240,219); }
div.DivClassName
{
background-color: #74F0DB;
}
.BgClassName
{
background-color: #74F0DB;
}
</style>
border-color css
<style>
span { border-color: #74F0DB; }
span { border-color: rgb(116,240,219); }
td.TdClassName
{
border-color: #74F0DB;
}
.TagClassName
{
border-color: #74F0DB;
}
</style>