Shades of Aquamarine #74EECC
Tints of Aquamarine #74EECC
RGB
CMYK
RGB Variations
Color information
#74EECC (or 0x74EECC) is known color: Aquamarine. HEX triplet: 74, EE and CC. RGB value is (116,238,204). Sum of RGB (Red+Green+Blue) = 116+238+204=558 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.79% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #74EECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EECC is #8B1133. Grayscale: #C5C5C5. Windows color (decimal): -9113908 or 13430388. OLE color: 13430388.
HSL color Cylindrical-coordinate representation of color #74EECC: hue angle of 163.28º 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 #74EECC is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 204 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.07 |
| HSL | 163.28º | 0.78% | 0.69% | - |
| HSV(B) | 163.28º | 0.51% | 0.93% | - |
| XYZ | 48.68 | 69.22 | 67.92 | - |
| YUV | 197.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 204 | 0.51 | 0 | 0.14 | 0.07 | 163.28 | 0.78 | 0.69 |
| Hex | 74 | EE | CC | 33 | 0 | E | 7 | A3 | 4E | 45 |
| Octal | 164 | 356 | 314 | 63 | 0 | 16 | 7 | 243 | 116 | 105 |
| Binary | 1110100 | 11101110 | 11001100 | 110011 | 0 | 1110 | 111 | 10100011 | 1001110 | 1000101 |
Color Harmonies of #74EECC
Complementary color
Monochromatic Colors of #74EECC
Black with #74EECC
Text Example
Text Example
White with #74EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EECC; }
p { color: rgb(116,238,204); }
H1.HeaderClassName
{
color: #74EECC;
}
.AnyTagClassName
{
color: #74EECC;
}
</style>
background-color css
<style>
a { background-color: #74EECC; }
a { background-color: rgb(116,238,204); }
div.DivClassName
{
background-color: #74EECC;
}
.BgClassName
{
background-color: #74EECC;
}
</style>
border-color css
<style>
span { border-color: #74EECC; }
span { border-color: rgb(116,238,204); }
td.TdClassName
{
border-color: #74EECC;
}
.TagClassName
{
border-color: #74EECC;
}
</style>