Shades of Aquamarine #77FBE0
Tints of Aquamarine #77FBE0
RGB
CMYK
RGB Variations
Color information
#77FBE0 (or 0x77FBE0) is known color: Aquamarine. HEX triplet: 77, FB and E0. RGB value is (119,251,224). Sum of RGB (Red+Green+Blue) = 119+251+224=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBE0 is #88041F. Grayscale: #D0D0D0. Windows color (decimal): -8913952 or 14744439. OLE color: 14744439.
HSL color Cylindrical-coordinate representation of color #77FBE0: hue angle of 167.73º 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 #77FBE0 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 251 | 224 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.02 |
| HSL | 167.73º | 0.94% | 0.73% | - |
| HSV(B) | 167.73º | 0.53% | 0.98% | - |
| XYZ | 55.56 | 78.3 | 82.71 | - |
| YUV | 208.45 | 136.77 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 224 | 0.53 | 0 | 0.11 | 0.02 | 167.73 | 0.94 | 0.73 |
| Hex | 77 | FB | E0 | 35 | 0 | B | 2 | A8 | 5E | 49 |
| Octal | 167 | 373 | 340 | 65 | 0 | 13 | 2 | 250 | 136 | 111 |
| Binary | 1110111 | 11111011 | 11100000 | 110101 | 0 | 1011 | 10 | 10101000 | 1011110 | 1001001 |
Color Harmonies of #77FBE0
Complementary color
Monochromatic Colors of #77FBE0
Black with #77FBE0
Text Example
Text Example
White with #77FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBE0; }
p { color: rgb(119,251,224); }
H1.HeaderClassName
{
color: #77FBE0;
}
.AnyTagClassName
{
color: #77FBE0;
}
</style>
background-color css
<style>
a { background-color: #77FBE0; }
a { background-color: rgb(119,251,224); }
div.DivClassName
{
background-color: #77FBE0;
}
.BgClassName
{
background-color: #77FBE0;
}
</style>
border-color css
<style>
span { border-color: #77FBE0; }
span { border-color: rgb(119,251,224); }
td.TdClassName
{
border-color: #77FBE0;
}
.TagClassName
{
border-color: #77FBE0;
}
</style>