Shades of Aquamarine #74FEC4
Tints of Aquamarine #74FEC4
RGB
CMYK
RGB Variations
Color information
#74FEC4 (or 0x74FEC4) is known color: Aquamarine. HEX triplet: 74, FE and C4. RGB value is (116,254,196). Sum of RGB (Red+Green+Blue) = 116+254+196=566 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.49% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEC4 is #8B013B. Grayscale: #CECECE. Windows color (decimal): -9109820 or 12910196. OLE color: 12910196.
HSL color Cylindrical-coordinate representation of color #74FEC4: hue angle of 154.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 #74FEC4 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 196 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.00 |
| HSL | 154.78º | 0.99% | 0.73% | - |
| HSV(B) | 154.78º | 0.54% | 1% | - |
| XYZ | 52.61 | 78.58 | 64.62 | - |
| YUV | 206.13 | 122.28 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 196 | 0.54 | 0 | 0.23 | 0.00 | 154.78 | 0.99 | 0.73 |
| Hex | 74 | FE | C4 | 36 | 0 | 17 | 0 | 9B | 63 | 49 |
| Octal | 164 | 376 | 304 | 66 | 0 | 27 | 0 | 233 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11000100 | 110110 | 0 | 10111 | 0 | 10011011 | 1100011 | 1001001 |
Color Harmonies of #74FEC4
Complementary color
Monochromatic Colors of #74FEC4
Black with #74FEC4
Text Example
Text Example
White with #74FEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEC4; }
p { color: rgb(116,254,196); }
H1.HeaderClassName
{
color: #74FEC4;
}
.AnyTagClassName
{
color: #74FEC4;
}
</style>
background-color css
<style>
a { background-color: #74FEC4; }
a { background-color: rgb(116,254,196); }
div.DivClassName
{
background-color: #74FEC4;
}
.BgClassName
{
background-color: #74FEC4;
}
</style>
border-color css
<style>
span { border-color: #74FEC4; }
span { border-color: rgb(116,254,196); }
td.TdClassName
{
border-color: #74FEC4;
}
.TagClassName
{
border-color: #74FEC4;
}
</style>