Shades of Aquamarine #74F1DB
Tints of Aquamarine #74F1DB
RGB
CMYK
RGB Variations
Color information
#74F1DB (or 0x74F1DB) is known color: Aquamarine. HEX triplet: 74, F1 and DB. RGB value is (116,241,219). Sum of RGB (Red+Green+Blue) = 116+241+219=576 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.14% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F1DB is #8B0E24. Grayscale: #C9C9C9. Windows color (decimal): -9113125 or 14414196. OLE color: 14414196.
HSL color Cylindrical-coordinate representation of color #74F1DB: hue angle of 169.44º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F1DB is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 219 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.05 |
| HSL | 169.44º | 0.82% | 0.7% | - |
| HSV(B) | 169.44º | 0.52% | 0.95% | - |
| XYZ | 51.44 | 71.74 | 78.15 | - |
| YUV | 201.12 | 138.09 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 219 | 0.52 | 0 | 0.09 | 0.05 | 169.44 | 0.82 | 0.7 |
| Hex | 74 | F1 | DB | 34 | 0 | 9 | 5 | A9 | 52 | 46 |
| Octal | 164 | 361 | 333 | 64 | 0 | 11 | 5 | 251 | 122 | 106 |
| Binary | 1110100 | 11110001 | 11011011 | 110100 | 0 | 1001 | 101 | 10101001 | 1010010 | 1000110 |
Color Harmonies of #74F1DB
Complementary color
Monochromatic Colors of #74F1DB
Black with #74F1DB
Text Example
Text Example
White with #74F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F1DB; }
p { color: rgb(116,241,219); }
H1.HeaderClassName
{
color: #74F1DB;
}
.AnyTagClassName
{
color: #74F1DB;
}
</style>
background-color css
<style>
a { background-color: #74F1DB; }
a { background-color: rgb(116,241,219); }
div.DivClassName
{
background-color: #74F1DB;
}
.BgClassName
{
background-color: #74F1DB;
}
</style>
border-color css
<style>
span { border-color: #74F1DB; }
span { border-color: rgb(116,241,219); }
td.TdClassName
{
border-color: #74F1DB;
}
.TagClassName
{
border-color: #74F1DB;
}
</style>