Shades of Aquamarine #77FBE2
Tints of Aquamarine #77FBE2
RGB
CMYK
RGB Variations
Color information
#77FBE2 (or 0x77FBE2) is known color: Aquamarine. HEX triplet: 77, FB and E2. RGB value is (119,251,226). Sum of RGB (Red+Green+Blue) = 119+251+226=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBE2 is #88041D. Grayscale: #D0D0D0. Windows color (decimal): -8913950 or 14875511. OLE color: 14875511.
HSL color Cylindrical-coordinate representation of color #77FBE2: hue angle of 168.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBE2 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 251 | 226 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.02 |
| HSL | 168.64º | 0.94% | 0.73% | - |
| HSV(B) | 168.64º | 0.53% | 0.98% | - |
| XYZ | 55.83 | 78.41 | 84.14 | - |
| YUV | 208.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 226 | 0.53 | 0 | 0.10 | 0.02 | 168.64 | 0.94 | 0.73 |
| Hex | 77 | FB | E2 | 35 | 0 | A | 2 | A9 | 5E | 49 |
| Octal | 167 | 373 | 342 | 65 | 0 | 12 | 2 | 251 | 136 | 111 |
| Binary | 1110111 | 11111011 | 11100010 | 110101 | 0 | 1010 | 10 | 10101001 | 1011110 | 1001001 |
Color Harmonies of #77FBE2
Complementary color
Monochromatic Colors of #77FBE2
Black with #77FBE2
Text Example
Text Example
White with #77FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBE2; }
p { color: rgb(119,251,226); }
H1.HeaderClassName
{
color: #77FBE2;
}
.AnyTagClassName
{
color: #77FBE2;
}
</style>
background-color css
<style>
a { background-color: #77FBE2; }
a { background-color: rgb(119,251,226); }
div.DivClassName
{
background-color: #77FBE2;
}
.BgClassName
{
background-color: #77FBE2;
}
</style>
border-color css
<style>
span { border-color: #77FBE2; }
span { border-color: rgb(119,251,226); }
td.TdClassName
{
border-color: #77FBE2;
}
.TagClassName
{
border-color: #77FBE2;
}
</style>