Shades of Aquamarine #77F7BC
Tints of Aquamarine #77F7BC
RGB
CMYK
RGB Variations
Color information
#77F7BC (or 0x77F7BC) is known color: Aquamarine. HEX triplet: 77, F7 and BC. RGB value is (119,247,188). Sum of RGB (Red+Green+Blue) = 119+247+188=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #77F7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F7BC is #880843. Grayscale: #CACACA. Windows color (decimal): -8915012 or 12384119. OLE color: 12384119.
HSL color Cylindrical-coordinate representation of color #77F7BC: hue angle of 152.34º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F7BC is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 247 | 188 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.03 |
| HSL | 152.34º | 0.89% | 0.72% | - |
| HSV(B) | 152.34º | 0.52% | 0.97% | - |
| XYZ | 49.95 | 74.07 | 59.24 | - |
| YUV | 202 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 247 | 188 | 0.52 | 0 | 0.24 | 0.03 | 152.34 | 0.89 | 0.72 |
| Hex | 77 | F7 | BC | 34 | 0 | 18 | 3 | 98 | 59 | 48 |
| Octal | 167 | 367 | 274 | 64 | 0 | 30 | 3 | 230 | 131 | 110 |
| Binary | 1110111 | 11110111 | 10111100 | 110100 | 0 | 11000 | 11 | 10011000 | 1011001 | 1001000 |
Color Harmonies of #77F7BC
Complementary color
Monochromatic Colors of #77F7BC
Black with #77F7BC
Text Example
Text Example
White with #77F7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F7BC; }
p { color: rgb(119,247,188); }
H1.HeaderClassName
{
color: #77F7BC;
}
.AnyTagClassName
{
color: #77F7BC;
}
</style>
background-color css
<style>
a { background-color: #77F7BC; }
a { background-color: rgb(119,247,188); }
div.DivClassName
{
background-color: #77F7BC;
}
.BgClassName
{
background-color: #77F7BC;
}
</style>
border-color css
<style>
span { border-color: #77F7BC; }
span { border-color: rgb(119,247,188); }
td.TdClassName
{
border-color: #77F7BC;
}
.TagClassName
{
border-color: #77F7BC;
}
</style>