Shades of Aquamarine #77F1DB
Tints of Aquamarine #77F1DB
RGB
CMYK
RGB Variations
Color information
#77F1DB (or 0x77F1DB) is known color: Aquamarine. HEX triplet: 77, F1 and DB. RGB value is (119,241,219). Sum of RGB (Red+Green+Blue) = 119+241+219=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1DB is #880E24. Grayscale: #C9C9C9. Windows color (decimal): -8916517 or 14414199. OLE color: 14414199.
HSL color Cylindrical-coordinate representation of color #77F1DB: hue angle of 169.18º 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 #77F1DB is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 241 | 219 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.05 |
| HSL | 169.18º | 0.81% | 0.71% | - |
| HSV(B) | 169.18º | 0.51% | 0.95% | - |
| XYZ | 51.85 | 71.95 | 78.17 | - |
| YUV | 202.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 241 | 219 | 0.51 | 0 | 0.09 | 0.05 | 169.18 | 0.81 | 0.71 |
| Hex | 77 | F1 | DB | 33 | 0 | 9 | 5 | A9 | 51 | 47 |
| Octal | 167 | 361 | 333 | 63 | 0 | 11 | 5 | 251 | 121 | 107 |
| Binary | 1110111 | 11110001 | 11011011 | 110011 | 0 | 1001 | 101 | 10101001 | 1010001 | 1000111 |
Color Harmonies of #77F1DB
Complementary color
Monochromatic Colors of #77F1DB
Black with #77F1DB
Text Example
Text Example
White with #77F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F1DB; }
p { color: rgb(119,241,219); }
H1.HeaderClassName
{
color: #77F1DB;
}
.AnyTagClassName
{
color: #77F1DB;
}
</style>
background-color css
<style>
a { background-color: #77F1DB; }
a { background-color: rgb(119,241,219); }
div.DivClassName
{
background-color: #77F1DB;
}
.BgClassName
{
background-color: #77F1DB;
}
</style>
border-color css
<style>
span { border-color: #77F1DB; }
span { border-color: rgb(119,241,219); }
td.TdClassName
{
border-color: #77F1DB;
}
.TagClassName
{
border-color: #77F1DB;
}
</style>