Shades of Aquamarine #77FFB2
Tints of Aquamarine #77FFB2
RGB
CMYK
RGB Variations
Color information
#77FFB2 (or 0x77FFB2) is known color: Aquamarine. HEX triplet: 77, FF and B2. RGB value is (119,255,178). Sum of RGB (Red+Green+Blue) = 119+255+178=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FFB2 is #88004D. Grayscale: #CDCDCD. Windows color (decimal): -8912974 or 11730807. OLE color: 11730807.
HSL color Cylindrical-coordinate representation of color #77FFB2: hue angle of 146.03º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFB2 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 178 | - |
| CMYK | 0.53 | 0 | 0.30 | 0 |
| HSL | 146.03º | 1% | 0.73% | - |
| HSV(B) | 146.03º | 0.53% | 1% | - |
| XYZ | 51.4 | 78.66 | 54.59 | - |
| YUV | 205.56 | 112.44 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 178 | 0.53 | 0 | 0.30 | 0 | 146.03 | 1 | 0.73 |
| Hex | 77 | FF | B2 | 35 | 0 | 1E | 0 | 92 | 64 | 49 |
| Octal | 167 | 377 | 262 | 65 | 0 | 36 | 0 | 222 | 144 | 111 |
| Binary | 1110111 | 11111111 | 10110010 | 110101 | 0 | 11110 | 0 | 10010010 | 1100100 | 1001001 |
Color Harmonies of #77FFB2
Complementary color
Monochromatic Colors of #77FFB2
Black with #77FFB2
Text Example
Text Example
White with #77FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFB2; }
p { color: rgb(119,255,178); }
H1.HeaderClassName
{
color: #77FFB2;
}
.AnyTagClassName
{
color: #77FFB2;
}
</style>
background-color css
<style>
a { background-color: #77FFB2; }
a { background-color: rgb(119,255,178); }
div.DivClassName
{
background-color: #77FFB2;
}
.BgClassName
{
background-color: #77FFB2;
}
</style>
border-color css
<style>
span { border-color: #77FFB2; }
span { border-color: rgb(119,255,178); }
td.TdClassName
{
border-color: #77FFB2;
}
.TagClassName
{
border-color: #77FFB2;
}
</style>