Shades of Aquamarine #77FCBE
Tints of Aquamarine #77FCBE
RGB
CMYK
RGB Variations
Color information
#77FCBE (or 0x77FCBE) is known color: Aquamarine. HEX triplet: 77, FC and BE. RGB value is (119,252,190). Sum of RGB (Red+Green+Blue) = 119+252+190=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCBE is #880341. Grayscale: #CDCDCD. Windows color (decimal): -8913730 or 12516471. OLE color: 12516471.
HSL color Cylindrical-coordinate representation of color #77FCBE: hue angle of 152.03º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FCBE is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 190 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.01 |
| HSL | 152.03º | 0.96% | 0.73% | - |
| HSV(B) | 152.03º | 0.53% | 0.99% | - |
| XYZ | 51.71 | 77.26 | 60.9 | - |
| YUV | 205.17 | 119.44 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 190 | 0.53 | 0 | 0.25 | 0.01 | 152.03 | 0.96 | 0.73 |
| Hex | 77 | FC | BE | 35 | 0 | 19 | 1 | 98 | 60 | 49 |
| Octal | 167 | 374 | 276 | 65 | 0 | 31 | 1 | 230 | 140 | 111 |
| Binary | 1110111 | 11111100 | 10111110 | 110101 | 0 | 11001 | 1 | 10011000 | 1100000 | 1001001 |
Color Harmonies of #77FCBE
Complementary color
Monochromatic Colors of #77FCBE
Black with #77FCBE
Text Example
Text Example
White with #77FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCBE; }
p { color: rgb(119,252,190); }
H1.HeaderClassName
{
color: #77FCBE;
}
.AnyTagClassName
{
color: #77FCBE;
}
</style>
background-color css
<style>
a { background-color: #77FCBE; }
a { background-color: rgb(119,252,190); }
div.DivClassName
{
background-color: #77FCBE;
}
.BgClassName
{
background-color: #77FCBE;
}
</style>
border-color css
<style>
span { border-color: #77FCBE; }
span { border-color: rgb(119,252,190); }
td.TdClassName
{
border-color: #77FCBE;
}
.TagClassName
{
border-color: #77FCBE;
}
</style>