Shades of Medium Aquamarine #77EBB2
Tints of Medium Aquamarine #77EBB2
RGB
CMYK
RGB Variations
Color information
#77EBB2 (or 0x77EBB2) is known color: Medium Aquamarine. HEX triplet: 77, EB and B2. RGB value is (119,235,178). Sum of RGB (Red+Green+Blue) = 119+235+178=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EBB2 is #88144D. Grayscale: #C1C1C1. Windows color (decimal): -8918094 or 11725687. OLE color: 11725687.
HSL color Cylindrical-coordinate representation of color #77EBB2: hue angle of 150.52º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EBB2 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 235 | 178 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.08 |
| HSL | 150.52º | 0.74% | 0.69% | - |
| HSV(B) | 150.52º | 0.49% | 0.92% | - |
| XYZ | 45.35 | 66.55 | 52.58 | - |
| YUV | 193.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 235 | 178 | 0.49 | 0 | 0.24 | 0.08 | 150.52 | 0.74 | 0.69 |
| Hex | 77 | EB | B2 | 31 | 0 | 18 | 8 | 97 | 4A | 45 |
| Octal | 167 | 353 | 262 | 61 | 0 | 30 | 10 | 227 | 112 | 105 |
| Binary | 1110111 | 11101011 | 10110010 | 110001 | 0 | 11000 | 1000 | 10010111 | 1001010 | 1000101 |
Color Harmonies of #77EBB2
Complementary color
Monochromatic Colors of #77EBB2
Black with #77EBB2
Text Example
Text Example
White with #77EBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EBB2; }
p { color: rgb(119,235,178); }
H1.HeaderClassName
{
color: #77EBB2;
}
.AnyTagClassName
{
color: #77EBB2;
}
</style>
background-color css
<style>
a { background-color: #77EBB2; }
a { background-color: rgb(119,235,178); }
div.DivClassName
{
background-color: #77EBB2;
}
.BgClassName
{
background-color: #77EBB2;
}
</style>
border-color css
<style>
span { border-color: #77EBB2; }
span { border-color: rgb(119,235,178); }
td.TdClassName
{
border-color: #77EBB2;
}
.TagClassName
{
border-color: #77EBB2;
}
</style>