Shades of Aquamarine #74EECE
Tints of Aquamarine #74EECE
RGB
CMYK
RGB Variations
Color information
#74EECE (or 0x74EECE) is known color: Aquamarine. HEX triplet: 74, EE and CE. RGB value is (116,238,206). Sum of RGB (Red+Green+Blue) = 116+238+206=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #74EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EECE is #8B1131. Grayscale: #C5C5C5. Windows color (decimal): -9113906 or 13561460. OLE color: 13561460.
HSL color Cylindrical-coordinate representation of color #74EECE: hue angle of 164.26º 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 #74EECE is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 206 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.07 |
| HSL | 164.26º | 0.78% | 0.69% | - |
| HSV(B) | 164.26º | 0.51% | 0.93% | - |
| XYZ | 48.92 | 69.32 | 69.19 | - |
| YUV | 197.87 | 132.58 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 206 | 0.51 | 0 | 0.13 | 0.07 | 164.26 | 0.78 | 0.69 |
| Hex | 74 | EE | CE | 33 | 0 | D | 7 | A4 | 4E | 45 |
| Octal | 164 | 356 | 316 | 63 | 0 | 15 | 7 | 244 | 116 | 105 |
| Binary | 1110100 | 11101110 | 11001110 | 110011 | 0 | 1101 | 111 | 10100100 | 1001110 | 1000101 |
Color Harmonies of #74EECE
Complementary color
Monochromatic Colors of #74EECE
Black with #74EECE
Text Example
Text Example
White with #74EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EECE; }
p { color: rgb(116,238,206); }
H1.HeaderClassName
{
color: #74EECE;
}
.AnyTagClassName
{
color: #74EECE;
}
</style>
background-color css
<style>
a { background-color: #74EECE; }
a { background-color: rgb(116,238,206); }
div.DivClassName
{
background-color: #74EECE;
}
.BgClassName
{
background-color: #74EECE;
}
</style>
border-color css
<style>
span { border-color: #74EECE; }
span { border-color: rgb(116,238,206); }
td.TdClassName
{
border-color: #74EECE;
}
.TagClassName
{
border-color: #74EECE;
}
</style>