Shades of Aquamarine #77FAB2
Tints of Aquamarine #77FAB2
RGB
CMYK
RGB Variations
Color information
#77FAB2 (or 0x77FAB2) is known color: Aquamarine. HEX triplet: 77, FA and B2. RGB value is (119,250,178). Sum of RGB (Red+Green+Blue) = 119+250+178=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FAB2 is #88054D. Grayscale: #CACACA. Windows color (decimal): -8914254 or 11729527. OLE color: 11729527.
HSL color Cylindrical-coordinate representation of color #77FAB2: hue angle of 147.02º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FAB2 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 178 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.02 |
| HSL | 147.02º | 0.93% | 0.72% | - |
| HSV(B) | 147.02º | 0.52% | 0.98% | - |
| XYZ | 49.83 | 75.51 | 54.07 | - |
| YUV | 202.62 | 114.1 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 178 | 0.52 | 0 | 0.29 | 0.02 | 147.02 | 0.93 | 0.72 |
| Hex | 77 | FA | B2 | 34 | 0 | 1D | 2 | 93 | 5D | 48 |
| Octal | 167 | 372 | 262 | 64 | 0 | 35 | 2 | 223 | 135 | 110 |
| Binary | 1110111 | 11111010 | 10110010 | 110100 | 0 | 11101 | 10 | 10010011 | 1011101 | 1001000 |
Color Harmonies of #77FAB2
Complementary color
Monochromatic Colors of #77FAB2
Black with #77FAB2
Text Example
Text Example
White with #77FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FAB2; }
p { color: rgb(119,250,178); }
H1.HeaderClassName
{
color: #77FAB2;
}
.AnyTagClassName
{
color: #77FAB2;
}
</style>
background-color css
<style>
a { background-color: #77FAB2; }
a { background-color: rgb(119,250,178); }
div.DivClassName
{
background-color: #77FAB2;
}
.BgClassName
{
background-color: #77FAB2;
}
</style>
border-color css
<style>
span { border-color: #77FAB2; }
span { border-color: rgb(119,250,178); }
td.TdClassName
{
border-color: #77FAB2;
}
.TagClassName
{
border-color: #77FAB2;
}
</style>