Shades of Aquamarine #74FEAB
Tints of Aquamarine #74FEAB
RGB
CMYK
RGB Variations
Color information
#74FEAB (or 0x74FEAB) is known color: Aquamarine. HEX triplet: 74, FE and AB. RGB value is (116,254,171). Sum of RGB (Red+Green+Blue) = 116+254+171=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FEAB is #8B0154. Grayscale: #CBCBCB. Windows color (decimal): -9109845 or 11271796. OLE color: 11271796.
HSL color Cylindrical-coordinate representation of color #74FEAB: hue angle of 143.91º 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 #74FEAB is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 171 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.00 |
| HSL | 143.91º | 0.99% | 0.73% | - |
| HSV(B) | 143.91º | 0.54% | 1% | - |
| XYZ | 49.99 | 77.54 | 50.86 | - |
| YUV | 203.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 171 | 0.54 | 0 | 0.33 | 0.00 | 143.91 | 0.99 | 0.73 |
| Hex | 74 | FE | AB | 36 | 0 | 21 | 0 | 90 | 63 | 49 |
| Octal | 164 | 376 | 253 | 66 | 0 | 41 | 0 | 220 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10101011 | 110110 | 0 | 100001 | 0 | 10010000 | 1100011 | 1001001 |
Color Harmonies of #74FEAB
Complementary color
Monochromatic Colors of #74FEAB
Black with #74FEAB
Text Example
Text Example
White with #74FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEAB; }
p { color: rgb(116,254,171); }
H1.HeaderClassName
{
color: #74FEAB;
}
.AnyTagClassName
{
color: #74FEAB;
}
</style>
background-color css
<style>
a { background-color: #74FEAB; }
a { background-color: rgb(116,254,171); }
div.DivClassName
{
background-color: #74FEAB;
}
.BgClassName
{
background-color: #74FEAB;
}
</style>
border-color css
<style>
span { border-color: #74FEAB; }
span { border-color: rgb(116,254,171); }
td.TdClassName
{
border-color: #74FEAB;
}
.TagClassName
{
border-color: #74FEAB;
}
</style>