Shades of Aquamarine #74EAC7
Tints of Aquamarine #74EAC7
RGB
CMYK
RGB Variations
Color information
#74EAC7 (or 0x74EAC7) is known color: Aquamarine. HEX triplet: 74, EA and C7. RGB value is (116,234,199). Sum of RGB (Red+Green+Blue) = 116+234+199=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #74EAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EAC7 is #8B1538. Grayscale: #C2C2C2. Windows color (decimal): -9114937 or 13101684. OLE color: 13101684.
HSL color Cylindrical-coordinate representation of color #74EAC7: hue angle of 162.2º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EAC7 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 199 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.08 |
| HSL | 162.2º | 0.74% | 0.69% | - |
| HSV(B) | 162.2º | 0.5% | 0.92% | - |
| XYZ | 46.93 | 66.68 | 64.43 | - |
| YUV | 194.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 199 | 0.50 | 0 | 0.15 | 0.08 | 162.2 | 0.74 | 0.69 |
| Hex | 74 | EA | C7 | 32 | 0 | F | 8 | A2 | 4A | 45 |
| Octal | 164 | 352 | 307 | 62 | 0 | 17 | 10 | 242 | 112 | 105 |
| Binary | 1110100 | 11101010 | 11000111 | 110010 | 0 | 1111 | 1000 | 10100010 | 1001010 | 1000101 |
Color Harmonies of #74EAC7
Complementary color
Monochromatic Colors of #74EAC7
Black with #74EAC7
Text Example
Text Example
White with #74EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EAC7; }
p { color: rgb(116,234,199); }
H1.HeaderClassName
{
color: #74EAC7;
}
.AnyTagClassName
{
color: #74EAC7;
}
</style>
background-color css
<style>
a { background-color: #74EAC7; }
a { background-color: rgb(116,234,199); }
div.DivClassName
{
background-color: #74EAC7;
}
.BgClassName
{
background-color: #74EAC7;
}
</style>
border-color css
<style>
span { border-color: #74EAC7; }
span { border-color: rgb(116,234,199); }
td.TdClassName
{
border-color: #74EAC7;
}
.TagClassName
{
border-color: #74EAC7;
}
</style>