Shades of Aquamarine #77FBB2
Tints of Aquamarine #77FBB2
RGB
CMYK
RGB Variations
Color information
#77FBB2 (or 0x77FBB2) is known color: Aquamarine. HEX triplet: 77, FB and B2. RGB value is (119,251,178). Sum of RGB (Red+Green+Blue) = 119+251+178=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FBB2 is #88044D. Grayscale: #CBCBCB. Windows color (decimal): -8913998 or 11729783. OLE color: 11729783.
HSL color Cylindrical-coordinate representation of color #77FBB2: hue angle of 146.82º 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 #77FBB2 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 251 | 178 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.02 |
| HSL | 146.82º | 0.94% | 0.73% | - |
| HSV(B) | 146.82º | 0.53% | 0.98% | - |
| XYZ | 50.14 | 76.13 | 54.17 | - |
| YUV | 203.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 178 | 0.53 | 0 | 0.29 | 0.02 | 146.82 | 0.94 | 0.73 |
| Hex | 77 | FB | B2 | 35 | 0 | 1D | 2 | 93 | 5E | 49 |
| Octal | 167 | 373 | 262 | 65 | 0 | 35 | 2 | 223 | 136 | 111 |
| Binary | 1110111 | 11111011 | 10110010 | 110101 | 0 | 11101 | 10 | 10010011 | 1011110 | 1001001 |
Color Harmonies of #77FBB2
Complementary color
Monochromatic Colors of #77FBB2
Black with #77FBB2
Text Example
Text Example
White with #77FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBB2; }
p { color: rgb(119,251,178); }
H1.HeaderClassName
{
color: #77FBB2;
}
.AnyTagClassName
{
color: #77FBB2;
}
</style>
background-color css
<style>
a { background-color: #77FBB2; }
a { background-color: rgb(119,251,178); }
div.DivClassName
{
background-color: #77FBB2;
}
.BgClassName
{
background-color: #77FBB2;
}
</style>
border-color css
<style>
span { border-color: #77FBB2; }
span { border-color: rgb(119,251,178); }
td.TdClassName
{
border-color: #77FBB2;
}
.TagClassName
{
border-color: #77FBB2;
}
</style>