Shades of Aquamarine #77EECE
Tints of Aquamarine #77EECE
RGB
CMYK
RGB Variations
Color information
#77EECE (or 0x77EECE) is known color: Aquamarine. HEX triplet: 77, EE and CE. RGB value is (119,238,206). Sum of RGB (Red+Green+Blue) = 119+238+206=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #77EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EECE is #881131. Grayscale: #C6C6C6. Windows color (decimal): -8917298 or 13561463. OLE color: 13561463.
HSL color Cylindrical-coordinate representation of color #77EECE: hue angle of 163.87º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EECE is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 206 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.07 |
| HSL | 163.87º | 0.78% | 0.7% | - |
| HSV(B) | 163.87º | 0.5% | 0.93% | - |
| XYZ | 49.32 | 69.53 | 69.21 | - |
| YUV | 198.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 206 | 0.50 | 0 | 0.13 | 0.07 | 163.87 | 0.78 | 0.7 |
| Hex | 77 | EE | CE | 32 | 0 | D | 7 | A4 | 4E | 46 |
| Octal | 167 | 356 | 316 | 62 | 0 | 15 | 7 | 244 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11001110 | 110010 | 0 | 1101 | 111 | 10100100 | 1001110 | 1000110 |
Color Harmonies of #77EECE
Complementary color
Monochromatic Colors of #77EECE
Black with #77EECE
Text Example
Text Example
White with #77EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EECE; }
p { color: rgb(119,238,206); }
H1.HeaderClassName
{
color: #77EECE;
}
.AnyTagClassName
{
color: #77EECE;
}
</style>
background-color css
<style>
a { background-color: #77EECE; }
a { background-color: rgb(119,238,206); }
div.DivClassName
{
background-color: #77EECE;
}
.BgClassName
{
background-color: #77EECE;
}
</style>
border-color css
<style>
span { border-color: #77EECE; }
span { border-color: rgb(119,238,206); }
td.TdClassName
{
border-color: #77EECE;
}
.TagClassName
{
border-color: #77EECE;
}
</style>