Shades of Aquamarine #74EDC1
Tints of Aquamarine #74EDC1
RGB
CMYK
RGB Variations
Color information
#74EDC1 (or 0x74EDC1) is known color: Aquamarine. HEX triplet: 74, ED and C1. RGB value is (116,237,193). Sum of RGB (Red+Green+Blue) = 116+237+193=546 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.25% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDC1 is #8B123E. Grayscale: #C3C3C3. Windows color (decimal): -9114175 or 12709236. OLE color: 12709236.
HSL color Cylindrical-coordinate representation of color #74EDC1: hue angle of 158.18º degrees, saturation: 0.77, 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 #74EDC1 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 193 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.07 |
| HSL | 158.18º | 0.77% | 0.69% | - |
| HSV(B) | 158.18º | 0.51% | 0.93% | - |
| XYZ | 47.11 | 68.13 | 61.12 | - |
| YUV | 195.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 193 | 0.51 | 0 | 0.19 | 0.07 | 158.18 | 0.77 | 0.69 |
| Hex | 74 | ED | C1 | 33 | 0 | 13 | 7 | 9E | 4D | 45 |
| Octal | 164 | 355 | 301 | 63 | 0 | 23 | 7 | 236 | 115 | 105 |
| Binary | 1110100 | 11101101 | 11000001 | 110011 | 0 | 10011 | 111 | 10011110 | 1001101 | 1000101 |
Color Harmonies of #74EDC1
Complementary color
Monochromatic Colors of #74EDC1
Black with #74EDC1
Text Example
Text Example
White with #74EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EDC1; }
p { color: rgb(116,237,193); }
H1.HeaderClassName
{
color: #74EDC1;
}
.AnyTagClassName
{
color: #74EDC1;
}
</style>
background-color css
<style>
a { background-color: #74EDC1; }
a { background-color: rgb(116,237,193); }
div.DivClassName
{
background-color: #74EDC1;
}
.BgClassName
{
background-color: #74EDC1;
}
</style>
border-color css
<style>
span { border-color: #74EDC1; }
span { border-color: rgb(116,237,193); }
td.TdClassName
{
border-color: #74EDC1;
}
.TagClassName
{
border-color: #74EDC1;
}
</style>