Shades of Aquamarine #74F9DB
Tints of Aquamarine #74F9DB
RGB
CMYK
RGB Variations
Color information
#74F9DB (or 0x74F9DB) is known color: Aquamarine. HEX triplet: 74, F9 and DB. RGB value is (116,249,219). Sum of RGB (Red+Green+Blue) = 116+249+219=584 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.86% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #74F9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F9DB is #8B0624. Grayscale: #CDCDCD. Windows color (decimal): -9111077 or 14416244. OLE color: 14416244.
HSL color Cylindrical-coordinate representation of color #74F9DB: hue angle of 166.47º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F9DB is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 219 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.02 |
| HSL | 166.47º | 0.92% | 0.72% | - |
| HSV(B) | 166.47º | 0.53% | 0.98% | - |
| XYZ | 53.86 | 76.58 | 78.96 | - |
| YUV | 205.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 219 | 0.53 | 0 | 0.12 | 0.02 | 166.47 | 0.92 | 0.72 |
| Hex | 74 | F9 | DB | 35 | 0 | C | 2 | A6 | 5C | 48 |
| Octal | 164 | 371 | 333 | 65 | 0 | 14 | 2 | 246 | 134 | 110 |
| Binary | 1110100 | 11111001 | 11011011 | 110101 | 0 | 1100 | 10 | 10100110 | 1011100 | 1001000 |
Color Harmonies of #74F9DB
Complementary color
Monochromatic Colors of #74F9DB
Black with #74F9DB
Text Example
Text Example
White with #74F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F9DB; }
p { color: rgb(116,249,219); }
H1.HeaderClassName
{
color: #74F9DB;
}
.AnyTagClassName
{
color: #74F9DB;
}
</style>
background-color css
<style>
a { background-color: #74F9DB; }
a { background-color: rgb(116,249,219); }
div.DivClassName
{
background-color: #74F9DB;
}
.BgClassName
{
background-color: #74F9DB;
}
</style>
border-color css
<style>
span { border-color: #74F9DB; }
span { border-color: rgb(116,249,219); }
td.TdClassName
{
border-color: #74F9DB;
}
.TagClassName
{
border-color: #74F9DB;
}
</style>