Shades of Aquamarine #74FDDB
Tints of Aquamarine #74FDDB
RGB
CMYK
RGB Variations
Color information
#74FDDB (or 0x74FDDB) is known color: Aquamarine. HEX triplet: 74, FD and DB. RGB value is (116,253,219). Sum of RGB (Red+Green+Blue) = 116+253+219=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FDDB is #8B0224. Grayscale: #D0D0D0. Windows color (decimal): -9110053 or 14417268. OLE color: 14417268.
HSL color Cylindrical-coordinate representation of color #74FDDB: hue angle of 165.11º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FDDB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 219 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.01 |
| HSL | 165.11º | 0.97% | 0.72% | - |
| HSV(B) | 165.11º | 0.54% | 0.99% | - |
| XYZ | 55.11 | 79.08 | 79.38 | - |
| YUV | 208.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 219 | 0.54 | 0 | 0.13 | 0.01 | 165.11 | 0.97 | 0.72 |
| Hex | 74 | FD | DB | 36 | 0 | D | 1 | A5 | 61 | 48 |
| Octal | 164 | 375 | 333 | 66 | 0 | 15 | 1 | 245 | 141 | 110 |
| Binary | 1110100 | 11111101 | 11011011 | 110110 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001000 |
Color Harmonies of #74FDDB
Complementary color
Monochromatic Colors of #74FDDB
Black with #74FDDB
Text Example
Text Example
White with #74FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FDDB; }
p { color: rgb(116,253,219); }
H1.HeaderClassName
{
color: #74FDDB;
}
.AnyTagClassName
{
color: #74FDDB;
}
</style>
background-color css
<style>
a { background-color: #74FDDB; }
a { background-color: rgb(116,253,219); }
div.DivClassName
{
background-color: #74FDDB;
}
.BgClassName
{
background-color: #74FDDB;
}
</style>
border-color css
<style>
span { border-color: #74FDDB; }
span { border-color: rgb(116,253,219); }
td.TdClassName
{
border-color: #74FDDB;
}
.TagClassName
{
border-color: #74FDDB;
}
</style>