Shades of Aquamarine #74FCE0
Tints of Aquamarine #74FCE0
RGB
CMYK
RGB Variations
Color information
#74FCE0 (or 0x74FCE0) is known color: Aquamarine. HEX triplet: 74, FC and E0. RGB value is (116,252,224). Sum of RGB (Red+Green+Blue) = 116+252+224=592 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.59% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCE0 is #8B031F. Grayscale: #D0D0D0. Windows color (decimal): -9110304 or 14744692. OLE color: 14744692.
HSL color Cylindrical-coordinate representation of color #74FCE0: hue angle of 167.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCE0 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 224 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.01 |
| HSL | 167.65º | 0.96% | 0.72% | - |
| HSV(B) | 167.65º | 0.54% | 0.99% | - |
| XYZ | 55.47 | 78.72 | 82.79 | - |
| YUV | 208.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 224 | 0.54 | 0 | 0.11 | 0.01 | 167.65 | 0.96 | 0.72 |
| Hex | 74 | FC | E0 | 36 | 0 | B | 1 | A8 | 60 | 48 |
| Octal | 164 | 374 | 340 | 66 | 0 | 13 | 1 | 250 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11100000 | 110110 | 0 | 1011 | 1 | 10101000 | 1100000 | 1001000 |
Color Harmonies of #74FCE0
Complementary color
Monochromatic Colors of #74FCE0
Black with #74FCE0
Text Example
Text Example
White with #74FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCE0; }
p { color: rgb(116,252,224); }
H1.HeaderClassName
{
color: #74FCE0;
}
.AnyTagClassName
{
color: #74FCE0;
}
</style>
background-color css
<style>
a { background-color: #74FCE0; }
a { background-color: rgb(116,252,224); }
div.DivClassName
{
background-color: #74FCE0;
}
.BgClassName
{
background-color: #74FCE0;
}
</style>
border-color css
<style>
span { border-color: #74FCE0; }
span { border-color: rgb(116,252,224); }
td.TdClassName
{
border-color: #74FCE0;
}
.TagClassName
{
border-color: #74FCE0;
}
</style>