Shades of Aquamarine #77F2B6
Tints of Aquamarine #77F2B6
RGB
CMYK
RGB Variations
Color information
#77F2B6 (or 0x77F2B6) is known color: Aquamarine. HEX triplet: 77, F2 and B6. RGB value is (119,242,182). Sum of RGB (Red+Green+Blue) = 119+242+182=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F2B6 is #880D49. Grayscale: #C6C6C6. Windows color (decimal): -8916298 or 11989623. OLE color: 11989623.
HSL color Cylindrical-coordinate representation of color #77F2B6: hue angle of 150.73º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F2B6 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 242 | 182 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.05 |
| HSL | 150.73º | 0.83% | 0.71% | - |
| HSV(B) | 150.73º | 0.51% | 0.95% | - |
| XYZ | 47.8 | 70.8 | 55.4 | - |
| YUV | 198.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 242 | 182 | 0.51 | 0 | 0.25 | 0.05 | 150.73 | 0.83 | 0.71 |
| Hex | 77 | F2 | B6 | 33 | 0 | 19 | 5 | 97 | 53 | 47 |
| Octal | 167 | 362 | 266 | 63 | 0 | 31 | 5 | 227 | 123 | 107 |
| Binary | 1110111 | 11110010 | 10110110 | 110011 | 0 | 11001 | 101 | 10010111 | 1010011 | 1000111 |
Color Harmonies of #77F2B6
Complementary color
Monochromatic Colors of #77F2B6
Black with #77F2B6
Text Example
Text Example
White with #77F2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F2B6; }
p { color: rgb(119,242,182); }
H1.HeaderClassName
{
color: #77F2B6;
}
.AnyTagClassName
{
color: #77F2B6;
}
</style>
background-color css
<style>
a { background-color: #77F2B6; }
a { background-color: rgb(119,242,182); }
div.DivClassName
{
background-color: #77F2B6;
}
.BgClassName
{
background-color: #77F2B6;
}
</style>
border-color css
<style>
span { border-color: #77F2B6; }
span { border-color: rgb(119,242,182); }
td.TdClassName
{
border-color: #77F2B6;
}
.TagClassName
{
border-color: #77F2B6;
}
</style>