Shades of Aquamarine #74FEAC
Tints of Aquamarine #74FEAC
RGB
CMYK
RGB Variations
Color information
#74FEAC (or 0x74FEAC) is known color: Aquamarine. HEX triplet: 74, FE and AC. RGB value is (116,254,172). Sum of RGB (Red+Green+Blue) = 116+254+172=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FEAC is #8B0153. Grayscale: #CBCBCB. Windows color (decimal): -9109844 or 11337332. OLE color: 11337332.
HSL color Cylindrical-coordinate representation of color #74FEAC: hue angle of 144.35º 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 #74FEAC is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 172 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.00 |
| HSL | 144.35º | 0.99% | 0.73% | - |
| HSV(B) | 144.35º | 0.54% | 1% | - |
| XYZ | 50.09 | 77.58 | 51.36 | - |
| YUV | 203.39 | 110.28 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 172 | 0.54 | 0 | 0.32 | 0.00 | 144.35 | 0.99 | 0.73 |
| Hex | 74 | FE | AC | 36 | 0 | 20 | 0 | 90 | 63 | 49 |
| Octal | 164 | 376 | 254 | 66 | 0 | 40 | 0 | 220 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10101100 | 110110 | 0 | 100000 | 0 | 10010000 | 1100011 | 1001001 |
Color Harmonies of #74FEAC
Complementary color
Monochromatic Colors of #74FEAC
Black with #74FEAC
Text Example
Text Example
White with #74FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEAC; }
p { color: rgb(116,254,172); }
H1.HeaderClassName
{
color: #74FEAC;
}
.AnyTagClassName
{
color: #74FEAC;
}
</style>
background-color css
<style>
a { background-color: #74FEAC; }
a { background-color: rgb(116,254,172); }
div.DivClassName
{
background-color: #74FEAC;
}
.BgClassName
{
background-color: #74FEAC;
}
</style>
border-color css
<style>
span { border-color: #74FEAC; }
span { border-color: rgb(116,254,172); }
td.TdClassName
{
border-color: #74FEAC;
}
.TagClassName
{
border-color: #74FEAC;
}
</style>