Shades of Aquamarine #74FEDB
Tints of Aquamarine #74FEDB
RGB
CMYK
RGB Variations
Color information
#74FEDB (or 0x74FEDB) is known color: Aquamarine. HEX triplet: 74, FE and DB. RGB value is (116,254,219). Sum of RGB (Red+Green+Blue) = 116+254+219=589 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.69% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEDB is #8B0124. Grayscale: #D0D0D0. Windows color (decimal): -9109797 or 14417524. OLE color: 14417524.
HSL color Cylindrical-coordinate representation of color #74FEDB: hue angle of 164.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEDB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 219 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.00 |
| HSL | 164.78º | 0.99% | 0.73% | - |
| HSV(B) | 164.78º | 0.54% | 1% | - |
| XYZ | 55.43 | 79.71 | 79.48 | - |
| YUV | 208.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 219 | 0.54 | 0 | 0.14 | 0.00 | 164.78 | 0.99 | 0.73 |
| Hex | 74 | FE | DB | 36 | 0 | E | 0 | A5 | 63 | 49 |
| Octal | 164 | 376 | 333 | 66 | 0 | 16 | 0 | 245 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11011011 | 110110 | 0 | 1110 | 0 | 10100101 | 1100011 | 1001001 |
Color Harmonies of #74FEDB
Complementary color
Monochromatic Colors of #74FEDB
Black with #74FEDB
Text Example
Text Example
White with #74FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEDB; }
p { color: rgb(116,254,219); }
H1.HeaderClassName
{
color: #74FEDB;
}
.AnyTagClassName
{
color: #74FEDB;
}
</style>
background-color css
<style>
a { background-color: #74FEDB; }
a { background-color: rgb(116,254,219); }
div.DivClassName
{
background-color: #74FEDB;
}
.BgClassName
{
background-color: #74FEDB;
}
</style>
border-color css
<style>
span { border-color: #74FEDB; }
span { border-color: rgb(116,254,219); }
td.TdClassName
{
border-color: #74FEDB;
}
.TagClassName
{
border-color: #74FEDB;
}
</style>