Shades of Aquamarine #77EFBC
Tints of Aquamarine #77EFBC
RGB
CMYK
RGB Variations
Color information
#77EFBC (or 0x77EFBC) is known color: Aquamarine. HEX triplet: 77, EF and BC. RGB value is (119,239,188). Sum of RGB (Red+Green+Blue) = 119+239+188=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EFBC is #881043. Grayscale: #C5C5C5. Windows color (decimal): -8917060 or 12382071. OLE color: 12382071.
HSL color Cylindrical-coordinate representation of color #77EFBC: hue angle of 154.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EFBC is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 239 | 188 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.06 |
| HSL | 154.5º | 0.79% | 0.7% | - |
| HSV(B) | 154.5º | 0.5% | 0.94% | - |
| XYZ | 47.55 | 69.29 | 58.44 | - |
| YUV | 197.31 | 122.74 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 239 | 188 | 0.50 | 0 | 0.21 | 0.06 | 154.5 | 0.79 | 0.7 |
| Hex | 77 | EF | BC | 32 | 0 | 15 | 6 | 9A | 4F | 46 |
| Octal | 167 | 357 | 274 | 62 | 0 | 25 | 6 | 232 | 117 | 106 |
| Binary | 1110111 | 11101111 | 10111100 | 110010 | 0 | 10101 | 110 | 10011010 | 1001111 | 1000110 |
Color Harmonies of #77EFBC
Complementary color
Monochromatic Colors of #77EFBC
Black with #77EFBC
Text Example
Text Example
White with #77EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EFBC; }
p { color: rgb(119,239,188); }
H1.HeaderClassName
{
color: #77EFBC;
}
.AnyTagClassName
{
color: #77EFBC;
}
</style>
background-color css
<style>
a { background-color: #77EFBC; }
a { background-color: rgb(119,239,188); }
div.DivClassName
{
background-color: #77EFBC;
}
.BgClassName
{
background-color: #77EFBC;
}
</style>
border-color css
<style>
span { border-color: #77EFBC; }
span { border-color: rgb(119,239,188); }
td.TdClassName
{
border-color: #77EFBC;
}
.TagClassName
{
border-color: #77EFBC;
}
</style>