Shades of Aquamarine #74EDCC
Tints of Aquamarine #74EDCC
RGB
CMYK
RGB Variations
Color information
#74EDCC (or 0x74EDCC) is known color: Aquamarine. HEX triplet: 74, ED and CC. RGB value is (116,237,204). Sum of RGB (Red+Green+Blue) = 116+237+204=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDCC is #8B1233. Grayscale: #C5C5C5. Windows color (decimal): -9114164 or 13430132. OLE color: 13430132.
HSL color Cylindrical-coordinate representation of color #74EDCC: hue angle of 163.64º 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 #74EDCC is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 204 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.07 |
| HSL | 163.64º | 0.77% | 0.69% | - |
| HSV(B) | 163.64º | 0.51% | 0.93% | - |
| XYZ | 48.39 | 68.64 | 67.83 | - |
| YUV | 197.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 204 | 0.51 | 0 | 0.14 | 0.07 | 163.64 | 0.77 | 0.69 |
| Hex | 74 | ED | CC | 33 | 0 | E | 7 | A4 | 4D | 45 |
| Octal | 164 | 355 | 314 | 63 | 0 | 16 | 7 | 244 | 115 | 105 |
| Binary | 1110100 | 11101101 | 11001100 | 110011 | 0 | 1110 | 111 | 10100100 | 1001101 | 1000101 |
Color Harmonies of #74EDCC
Complementary color
Monochromatic Colors of #74EDCC
Black with #74EDCC
Text Example
Text Example
White with #74EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EDCC; }
p { color: rgb(116,237,204); }
H1.HeaderClassName
{
color: #74EDCC;
}
.AnyTagClassName
{
color: #74EDCC;
}
</style>
background-color css
<style>
a { background-color: #74EDCC; }
a { background-color: rgb(116,237,204); }
div.DivClassName
{
background-color: #74EDCC;
}
.BgClassName
{
background-color: #74EDCC;
}
</style>
border-color css
<style>
span { border-color: #74EDCC; }
span { border-color: rgb(116,237,204); }
td.TdClassName
{
border-color: #74EDCC;
}
.TagClassName
{
border-color: #74EDCC;
}
</style>