Shades of Aquamarine #77FEC1
Tints of Aquamarine #77FEC1
RGB
CMYK
RGB Variations
Color information
#77FEC1 (or 0x77FEC1) is known color: Aquamarine. HEX triplet: 77, FE and C1. RGB value is (119,254,193). Sum of RGB (Red+Green+Blue) = 119+254+193=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FEC1 is #88013E. Grayscale: #CECECE. Windows color (decimal): -8913215 or 12713591. OLE color: 12713591.
HSL color Cylindrical-coordinate representation of color #77FEC1: hue angle of 152.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEC1 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 254 | 193 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.00 |
| HSL | 152.89º | 0.99% | 0.73% | - |
| HSV(B) | 152.89º | 0.53% | 1% | - |
| XYZ | 52.68 | 78.66 | 62.86 | - |
| YUV | 206.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 254 | 193 | 0.53 | 0 | 0.24 | 0.00 | 152.89 | 0.99 | 0.73 |
| Hex | 77 | FE | C1 | 35 | 0 | 18 | 0 | 99 | 63 | 49 |
| Octal | 167 | 376 | 301 | 65 | 0 | 30 | 0 | 231 | 143 | 111 |
| Binary | 1110111 | 11111110 | 11000001 | 110101 | 0 | 11000 | 0 | 10011001 | 1100011 | 1001001 |
Color Harmonies of #77FEC1
Complementary color
Monochromatic Colors of #77FEC1
Black with #77FEC1
Text Example
Text Example
White with #77FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FEC1; }
p { color: rgb(119,254,193); }
H1.HeaderClassName
{
color: #77FEC1;
}
.AnyTagClassName
{
color: #77FEC1;
}
</style>
background-color css
<style>
a { background-color: #77FEC1; }
a { background-color: rgb(119,254,193); }
div.DivClassName
{
background-color: #77FEC1;
}
.BgClassName
{
background-color: #77FEC1;
}
</style>
border-color css
<style>
span { border-color: #77FEC1; }
span { border-color: rgb(119,254,193); }
td.TdClassName
{
border-color: #77FEC1;
}
.TagClassName
{
border-color: #77FEC1;
}
</style>