Shades of Aquamarine #74FECF
Tints of Aquamarine #74FECF
RGB
CMYK
RGB Variations
Color information
#74FECF (or 0x74FECF) is known color: Aquamarine. HEX triplet: 74, FE and CF. RGB value is (116,254,207). Sum of RGB (Red+Green+Blue) = 116+254+207=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #74FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FECF is #8B0130. Grayscale: #CFCFCF. Windows color (decimal): -9109809 or 13631092. OLE color: 13631092.
HSL color Cylindrical-coordinate representation of color #74FECF: hue angle of 159.57º 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 #74FECF is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 207 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.00 |
| HSL | 159.57º | 0.99% | 0.73% | - |
| HSV(B) | 159.57º | 0.54% | 1% | - |
| XYZ | 53.91 | 79.1 | 71.46 | - |
| YUV | 207.38 | 127.78 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 207 | 0.54 | 0 | 0.19 | 0.00 | 159.57 | 0.99 | 0.73 |
| Hex | 74 | FE | CF | 36 | 0 | 13 | 0 | A0 | 63 | 49 |
| Octal | 164 | 376 | 317 | 66 | 0 | 23 | 0 | 240 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11001111 | 110110 | 0 | 10011 | 0 | 10100000 | 1100011 | 1001001 |
Color Harmonies of #74FECF
Complementary color
Monochromatic Colors of #74FECF
Black with #74FECF
Text Example
Text Example
White with #74FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FECF; }
p { color: rgb(116,254,207); }
H1.HeaderClassName
{
color: #74FECF;
}
.AnyTagClassName
{
color: #74FECF;
}
</style>
background-color css
<style>
a { background-color: #74FECF; }
a { background-color: rgb(116,254,207); }
div.DivClassName
{
background-color: #74FECF;
}
.BgClassName
{
background-color: #74FECF;
}
</style>
border-color css
<style>
span { border-color: #74FECF; }
span { border-color: rgb(116,254,207); }
td.TdClassName
{
border-color: #74FECF;
}
.TagClassName
{
border-color: #74FECF;
}
</style>