Shades of Aquamarine #74FEB2
Tints of Aquamarine #74FEB2
RGB
CMYK
RGB Variations
Color information
#74FEB2 (or 0x74FEB2) is known color: Aquamarine. HEX triplet: 74, FE and B2. RGB value is (116,254,178). Sum of RGB (Red+Green+Blue) = 116+254+178=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FEB2 is #8B014D. Grayscale: #CCCCCC. Windows color (decimal): -9109838 or 11730548. OLE color: 11730548.
HSL color Cylindrical-coordinate representation of color #74FEB2: hue angle of 146.96º 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 #74FEB2 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 178 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.00 |
| HSL | 146.96º | 0.99% | 0.73% | - |
| HSV(B) | 146.96º | 0.54% | 1% | - |
| XYZ | 50.68 | 77.81 | 54.47 | - |
| YUV | 204.07 | 113.28 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 178 | 0.54 | 0 | 0.30 | 0.00 | 146.96 | 0.99 | 0.73 |
| Hex | 74 | FE | B2 | 36 | 0 | 1E | 0 | 93 | 63 | 49 |
| Octal | 164 | 376 | 262 | 66 | 0 | 36 | 0 | 223 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10110010 | 110110 | 0 | 11110 | 0 | 10010011 | 1100011 | 1001001 |
Color Harmonies of #74FEB2
Complementary color
Monochromatic Colors of #74FEB2
Black with #74FEB2
Text Example
Text Example
White with #74FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEB2; }
p { color: rgb(116,254,178); }
H1.HeaderClassName
{
color: #74FEB2;
}
.AnyTagClassName
{
color: #74FEB2;
}
</style>
background-color css
<style>
a { background-color: #74FEB2; }
a { background-color: rgb(116,254,178); }
div.DivClassName
{
background-color: #74FEB2;
}
.BgClassName
{
background-color: #74FEB2;
}
</style>
border-color css
<style>
span { border-color: #74FEB2; }
span { border-color: rgb(116,254,178); }
td.TdClassName
{
border-color: #74FEB2;
}
.TagClassName
{
border-color: #74FEB2;
}
</style>