Shades of Aquamarine #77ECBC
Tints of Aquamarine #77ECBC
RGB
CMYK
RGB Variations
Color information
#77ECBC (or 0x77ECBC) is known color: Aquamarine. HEX triplet: 77, EC and BC. RGB value is (119,236,188). Sum of RGB (Red+Green+Blue) = 119+236+188=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECBC is #881343. Grayscale: #C3C3C3. Windows color (decimal): -8917828 or 12381303. OLE color: 12381303.
HSL color Cylindrical-coordinate representation of color #77ECBC: hue angle of 155.38º degrees, saturation: 0.75, 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 #77ECBC is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 188 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.07 |
| HSL | 155.38º | 0.75% | 0.7% | - |
| HSV(B) | 155.38º | 0.5% | 0.93% | - |
| XYZ | 46.68 | 67.54 | 58.15 | - |
| YUV | 195.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 188 | 0.50 | 0 | 0.20 | 0.07 | 155.38 | 0.75 | 0.7 |
| Hex | 77 | EC | BC | 32 | 0 | 14 | 7 | 9B | 4B | 46 |
| Octal | 167 | 354 | 274 | 62 | 0 | 24 | 7 | 233 | 113 | 106 |
| Binary | 1110111 | 11101100 | 10111100 | 110010 | 0 | 10100 | 111 | 10011011 | 1001011 | 1000110 |
Color Harmonies of #77ECBC
Complementary color
Monochromatic Colors of #77ECBC
Black with #77ECBC
Text Example
Text Example
White with #77ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECBC; }
p { color: rgb(119,236,188); }
H1.HeaderClassName
{
color: #77ECBC;
}
.AnyTagClassName
{
color: #77ECBC;
}
</style>
background-color css
<style>
a { background-color: #77ECBC; }
a { background-color: rgb(119,236,188); }
div.DivClassName
{
background-color: #77ECBC;
}
.BgClassName
{
background-color: #77ECBC;
}
</style>
border-color css
<style>
span { border-color: #77ECBC; }
span { border-color: rgb(119,236,188); }
td.TdClassName
{
border-color: #77ECBC;
}
.TagClassName
{
border-color: #77ECBC;
}
</style>