Shades of Aquamarine #74FECE
Tints of Aquamarine #74FECE
RGB
CMYK
RGB Variations
Color information
#74FECE (or 0x74FECE) is known color: Aquamarine. HEX triplet: 74, FE and CE. RGB value is (116,254,206). Sum of RGB (Red+Green+Blue) = 116+254+206=576 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.14% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #74FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FECE is #8B0131. Grayscale: #CFCFCF. Windows color (decimal): -9109810 or 13565556. OLE color: 13565556.
HSL color Cylindrical-coordinate representation of color #74FECE: hue angle of 159.13º 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 #74FECE is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 206 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.00 |
| HSL | 159.13º | 0.99% | 0.73% | - |
| HSV(B) | 159.13º | 0.54% | 1% | - |
| XYZ | 53.78 | 79.05 | 70.82 | - |
| YUV | 207.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 206 | 0.54 | 0 | 0.19 | 0.00 | 159.13 | 0.99 | 0.73 |
| Hex | 74 | FE | CE | 36 | 0 | 13 | 0 | 9F | 63 | 49 |
| Octal | 164 | 376 | 316 | 66 | 0 | 23 | 0 | 237 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11001110 | 110110 | 0 | 10011 | 0 | 10011111 | 1100011 | 1001001 |
Color Harmonies of #74FECE
Complementary color
Monochromatic Colors of #74FECE
Black with #74FECE
Text Example
Text Example
White with #74FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FECE; }
p { color: rgb(116,254,206); }
H1.HeaderClassName
{
color: #74FECE;
}
.AnyTagClassName
{
color: #74FECE;
}
</style>
background-color css
<style>
a { background-color: #74FECE; }
a { background-color: rgb(116,254,206); }
div.DivClassName
{
background-color: #74FECE;
}
.BgClassName
{
background-color: #74FECE;
}
</style>
border-color css
<style>
span { border-color: #74FECE; }
span { border-color: rgb(116,254,206); }
td.TdClassName
{
border-color: #74FECE;
}
.TagClassName
{
border-color: #74FECE;
}
</style>