Shades of Aquamarine #77F1BD
Tints of Aquamarine #77F1BD
RGB
CMYK
RGB Variations
Color information
#77F1BD (or 0x77F1BD) is known color: Aquamarine. HEX triplet: 77, F1 and BD. RGB value is (119,241,189). Sum of RGB (Red+Green+Blue) = 119+241+189=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1BD is #880E42. Grayscale: #C6C6C6. Windows color (decimal): -8916547 or 12448119. OLE color: 12448119.
HSL color Cylindrical-coordinate representation of color #77F1BD: hue angle of 154.43º degrees, saturation: 0.81, 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 #77F1BD is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 241 | 189 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.05 |
| HSL | 154.43º | 0.81% | 0.71% | - |
| HSV(B) | 154.43º | 0.51% | 0.95% | - |
| XYZ | 48.25 | 70.51 | 59.21 | - |
| YUV | 198.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 241 | 189 | 0.51 | 0 | 0.22 | 0.05 | 154.43 | 0.81 | 0.71 |
| Hex | 77 | F1 | BD | 33 | 0 | 16 | 5 | 9A | 51 | 47 |
| Octal | 167 | 361 | 275 | 63 | 0 | 26 | 5 | 232 | 121 | 107 |
| Binary | 1110111 | 11110001 | 10111101 | 110011 | 0 | 10110 | 101 | 10011010 | 1010001 | 1000111 |
Color Harmonies of #77F1BD
Complementary color
Monochromatic Colors of #77F1BD
Black with #77F1BD
Text Example
Text Example
White with #77F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F1BD; }
p { color: rgb(119,241,189); }
H1.HeaderClassName
{
color: #77F1BD;
}
.AnyTagClassName
{
color: #77F1BD;
}
</style>
background-color css
<style>
a { background-color: #77F1BD; }
a { background-color: rgb(119,241,189); }
div.DivClassName
{
background-color: #77F1BD;
}
.BgClassName
{
background-color: #77F1BD;
}
</style>
border-color css
<style>
span { border-color: #77F1BD; }
span { border-color: rgb(119,241,189); }
td.TdClassName
{
border-color: #77F1BD;
}
.TagClassName
{
border-color: #77F1BD;
}
</style>