Shades of Aquamarine #74F8E0
Tints of Aquamarine #74F8E0
RGB
CMYK
RGB Variations
Color information
#74F8E0 (or 0x74F8E0) is known color: Aquamarine. HEX triplet: 74, F8 and E0. RGB value is (116,248,224). Sum of RGB (Red+Green+Blue) = 116+248+224=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8E0 is #8B071F. Grayscale: #CDCDCD. Windows color (decimal): -9111328 or 14743668. OLE color: 14743668.
HSL color Cylindrical-coordinate representation of color #74F8E0: hue angle of 169.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F8E0 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 224 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.03 |
| HSL | 169.09º | 0.9% | 0.71% | - |
| HSV(B) | 169.09º | 0.53% | 0.97% | - |
| XYZ | 54.22 | 76.23 | 82.38 | - |
| YUV | 205.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 224 | 0.53 | 0 | 0.10 | 0.03 | 169.09 | 0.9 | 0.71 |
| Hex | 74 | F8 | E0 | 35 | 0 | A | 3 | A9 | 5A | 47 |
| Octal | 164 | 370 | 340 | 65 | 0 | 12 | 3 | 251 | 132 | 107 |
| Binary | 1110100 | 11111000 | 11100000 | 110101 | 0 | 1010 | 11 | 10101001 | 1011010 | 1000111 |
Color Harmonies of #74F8E0
Complementary color
Monochromatic Colors of #74F8E0
Black with #74F8E0
Text Example
Text Example
White with #74F8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F8E0; }
p { color: rgb(116,248,224); }
H1.HeaderClassName
{
color: #74F8E0;
}
.AnyTagClassName
{
color: #74F8E0;
}
</style>
background-color css
<style>
a { background-color: #74F8E0; }
a { background-color: rgb(116,248,224); }
div.DivClassName
{
background-color: #74F8E0;
}
.BgClassName
{
background-color: #74F8E0;
}
</style>
border-color css
<style>
span { border-color: #74F8E0; }
span { border-color: rgb(116,248,224); }
td.TdClassName
{
border-color: #74F8E0;
}
.TagClassName
{
border-color: #74F8E0;
}
</style>