Shades of Aquamarine #74EEC7
Tints of Aquamarine #74EEC7
RGB
CMYK
RGB Variations
Color information
#74EEC7 (or 0x74EEC7) is known color: Aquamarine. HEX triplet: 74, EE and C7. RGB value is (116,238,199). Sum of RGB (Red+Green+Blue) = 116+238+199=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEC7 is #8B1138. Grayscale: #C5C5C5. Windows color (decimal): -9113913 or 13102708. OLE color: 13102708.
HSL color Cylindrical-coordinate representation of color #74EEC7: hue angle of 160.82º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EEC7 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 199 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.07 |
| HSL | 160.82º | 0.78% | 0.69% | - |
| HSV(B) | 160.82º | 0.51% | 0.93% | - |
| XYZ | 48.09 | 68.99 | 64.81 | - |
| YUV | 197.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 199 | 0.51 | 0 | 0.16 | 0.07 | 160.82 | 0.78 | 0.69 |
| Hex | 74 | EE | C7 | 33 | 0 | 10 | 7 | A1 | 4E | 45 |
| Octal | 164 | 356 | 307 | 63 | 0 | 20 | 7 | 241 | 116 | 105 |
| Binary | 1110100 | 11101110 | 11000111 | 110011 | 0 | 10000 | 111 | 10100001 | 1001110 | 1000101 |
Color Harmonies of #74EEC7
Complementary color
Monochromatic Colors of #74EEC7
Black with #74EEC7
Text Example
Text Example
White with #74EEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEC7; }
p { color: rgb(116,238,199); }
H1.HeaderClassName
{
color: #74EEC7;
}
.AnyTagClassName
{
color: #74EEC7;
}
</style>
background-color css
<style>
a { background-color: #74EEC7; }
a { background-color: rgb(116,238,199); }
div.DivClassName
{
background-color: #74EEC7;
}
.BgClassName
{
background-color: #74EEC7;
}
</style>
border-color css
<style>
span { border-color: #74EEC7; }
span { border-color: rgb(116,238,199); }
td.TdClassName
{
border-color: #74EEC7;
}
.TagClassName
{
border-color: #74EEC7;
}
</style>