Shades of Aquamarine #74FECC
Tints of Aquamarine #74FECC
RGB
CMYK
RGB Variations
Color information
#74FECC (or 0x74FECC) is known color: Aquamarine. HEX triplet: 74, FE and CC. RGB value is (116,254,204). Sum of RGB (Red+Green+Blue) = 116+254+204=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #74FECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FECC is #8B0133. Grayscale: #CFCFCF. Windows color (decimal): -9109812 or 13434484. OLE color: 13434484.
HSL color Cylindrical-coordinate representation of color #74FECC: hue angle of 158.26º 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 #74FECC is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 204 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.00 |
| HSL | 158.26º | 0.99% | 0.73% | - |
| HSV(B) | 158.26º | 0.54% | 1% | - |
| XYZ | 53.54 | 78.96 | 69.54 | - |
| YUV | 207.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 204 | 0.54 | 0 | 0.20 | 0.00 | 158.26 | 0.99 | 0.73 |
| Hex | 74 | FE | CC | 36 | 0 | 14 | 0 | 9E | 63 | 49 |
| Octal | 164 | 376 | 314 | 66 | 0 | 24 | 0 | 236 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11001100 | 110110 | 0 | 10100 | 0 | 10011110 | 1100011 | 1001001 |
Color Harmonies of #74FECC
Complementary color
Monochromatic Colors of #74FECC
Black with #74FECC
Text Example
Text Example
White with #74FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FECC; }
p { color: rgb(116,254,204); }
H1.HeaderClassName
{
color: #74FECC;
}
.AnyTagClassName
{
color: #74FECC;
}
</style>
background-color css
<style>
a { background-color: #74FECC; }
a { background-color: rgb(116,254,204); }
div.DivClassName
{
background-color: #74FECC;
}
.BgClassName
{
background-color: #74FECC;
}
</style>
border-color css
<style>
span { border-color: #74FECC; }
span { border-color: rgb(116,254,204); }
td.TdClassName
{
border-color: #74FECC;
}
.TagClassName
{
border-color: #74FECC;
}
</style>