Shades of Aquamarine #77EEBF
Tints of Aquamarine #77EEBF
RGB
CMYK
RGB Variations
Color information
#77EEBF (or 0x77EEBF) is known color: Aquamarine. HEX triplet: 77, EE and BF. RGB value is (119,238,191). Sum of RGB (Red+Green+Blue) = 119+238+191=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEBF is #881140. Grayscale: #C5C5C5. Windows color (decimal): -8917313 or 12578423. OLE color: 12578423.
HSL color Cylindrical-coordinate representation of color #77EEBF: hue angle of 156.3º 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 #77EEBF is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 191 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.07 |
| HSL | 156.3º | 0.78% | 0.7% | - |
| HSV(B) | 156.3º | 0.5% | 0.93% | - |
| XYZ | 47.59 | 68.83 | 60.07 | - |
| YUV | 197.06 | 124.58 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 191 | 0.50 | 0 | 0.20 | 0.07 | 156.3 | 0.78 | 0.7 |
| Hex | 77 | EE | BF | 32 | 0 | 14 | 7 | 9C | 4E | 46 |
| Octal | 167 | 356 | 277 | 62 | 0 | 24 | 7 | 234 | 116 | 106 |
| Binary | 1110111 | 11101110 | 10111111 | 110010 | 0 | 10100 | 111 | 10011100 | 1001110 | 1000110 |
Color Harmonies of #77EEBF
Complementary color
Monochromatic Colors of #77EEBF
Black with #77EEBF
Text Example
Text Example
White with #77EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEBF; }
p { color: rgb(119,238,191); }
H1.HeaderClassName
{
color: #77EEBF;
}
.AnyTagClassName
{
color: #77EEBF;
}
</style>
background-color css
<style>
a { background-color: #77EEBF; }
a { background-color: rgb(119,238,191); }
div.DivClassName
{
background-color: #77EEBF;
}
.BgClassName
{
background-color: #77EEBF;
}
</style>
border-color css
<style>
span { border-color: #77EEBF; }
span { border-color: rgb(119,238,191); }
td.TdClassName
{
border-color: #77EEBF;
}
.TagClassName
{
border-color: #77EEBF;
}
</style>