Shades of Aquamarine #74EEC2
Tints of Aquamarine #74EEC2
RGB
CMYK
RGB Variations
Color information
#74EEC2 (or 0x74EEC2) is known color: Aquamarine. HEX triplet: 74, EE and C2. RGB value is (116,238,194). Sum of RGB (Red+Green+Blue) = 116+238+194=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEC2 is #8B113D. Grayscale: #C4C4C4. Windows color (decimal): -9113918 or 12775028. OLE color: 12775028.
HSL color Cylindrical-coordinate representation of color #74EEC2: hue angle of 158.36º 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 #74EEC2 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 194 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.07 |
| HSL | 158.36º | 0.78% | 0.69% | - |
| HSV(B) | 158.36º | 0.51% | 0.93% | - |
| XYZ | 47.51 | 68.76 | 61.81 | - |
| YUV | 196.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 194 | 0.51 | 0 | 0.18 | 0.07 | 158.36 | 0.78 | 0.69 |
| Hex | 74 | EE | C2 | 33 | 0 | 12 | 7 | 9E | 4E | 45 |
| Octal | 164 | 356 | 302 | 63 | 0 | 22 | 7 | 236 | 116 | 105 |
| Binary | 1110100 | 11101110 | 11000010 | 110011 | 0 | 10010 | 111 | 10011110 | 1001110 | 1000101 |
Color Harmonies of #74EEC2
Complementary color
Monochromatic Colors of #74EEC2
Black with #74EEC2
Text Example
Text Example
White with #74EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEC2; }
p { color: rgb(116,238,194); }
H1.HeaderClassName
{
color: #74EEC2;
}
.AnyTagClassName
{
color: #74EEC2;
}
</style>
background-color css
<style>
a { background-color: #74EEC2; }
a { background-color: rgb(116,238,194); }
div.DivClassName
{
background-color: #74EEC2;
}
.BgClassName
{
background-color: #74EEC2;
}
</style>
border-color css
<style>
span { border-color: #74EEC2; }
span { border-color: rgb(116,238,194); }
td.TdClassName
{
border-color: #74EEC2;
}
.TagClassName
{
border-color: #74EEC2;
}
</style>