Shades of Aquamarine #74FEAD
Tints of Aquamarine #74FEAD
RGB
CMYK
RGB Variations
Color information
#74FEAD (or 0x74FEAD) is known color: Aquamarine. HEX triplet: 74, FE and AD. RGB value is (116,254,173). Sum of RGB (Red+Green+Blue) = 116+254+173=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FEAD is #8B0152. Grayscale: #CBCBCB. Windows color (decimal): -9109843 or 11402868. OLE color: 11402868.
HSL color Cylindrical-coordinate representation of color #74FEAD: hue angle of 144.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 #74FEAD is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 173 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.00 |
| HSL | 144.78º | 0.99% | 0.73% | - |
| HSV(B) | 144.78º | 0.54% | 1% | - |
| XYZ | 50.19 | 77.61 | 51.87 | - |
| YUV | 203.5 | 110.78 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 173 | 0.54 | 0 | 0.32 | 0.00 | 144.78 | 0.99 | 0.73 |
| Hex | 74 | FE | AD | 36 | 0 | 20 | 0 | 91 | 63 | 49 |
| Octal | 164 | 376 | 255 | 66 | 0 | 40 | 0 | 221 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10101101 | 110110 | 0 | 100000 | 0 | 10010001 | 1100011 | 1001001 |
Color Harmonies of #74FEAD
Complementary color
Monochromatic Colors of #74FEAD
Black with #74FEAD
Text Example
Text Example
White with #74FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEAD; }
p { color: rgb(116,254,173); }
H1.HeaderClassName
{
color: #74FEAD;
}
.AnyTagClassName
{
color: #74FEAD;
}
</style>
background-color css
<style>
a { background-color: #74FEAD; }
a { background-color: rgb(116,254,173); }
div.DivClassName
{
background-color: #74FEAD;
}
.BgClassName
{
background-color: #74FEAD;
}
</style>
border-color css
<style>
span { border-color: #74FEAD; }
span { border-color: rgb(116,254,173); }
td.TdClassName
{
border-color: #74FEAD;
}
.TagClassName
{
border-color: #74FEAD;
}
</style>