Shades of Aquamarine #77FADB
Tints of Aquamarine #77FADB
RGB
CMYK
RGB Variations
Color information
#77FADB (or 0x77FADB) is known color: Aquamarine. HEX triplet: 77, FA and DB. RGB value is (119,250,219). Sum of RGB (Red+Green+Blue) = 119+250+219=588 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.24% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #77FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FADB is #880524. Grayscale: #CFCFCF. Windows color (decimal): -8914213 or 14416503. OLE color: 14416503.
HSL color Cylindrical-coordinate representation of color #77FADB: hue angle of 165.8º 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 #77FADB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 219 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.02 |
| HSL | 165.8º | 0.93% | 0.72% | - |
| HSV(B) | 165.8º | 0.52% | 0.98% | - |
| XYZ | 54.58 | 77.41 | 79.08 | - |
| YUV | 207.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 219 | 0.52 | 0 | 0.12 | 0.02 | 165.8 | 0.93 | 0.72 |
| Hex | 77 | FA | DB | 34 | 0 | C | 2 | A6 | 5D | 48 |
| Octal | 167 | 372 | 333 | 64 | 0 | 14 | 2 | 246 | 135 | 110 |
| Binary | 1110111 | 11111010 | 11011011 | 110100 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001000 |
Color Harmonies of #77FADB
Complementary color
Monochromatic Colors of #77FADB
Black with #77FADB
Text Example
Text Example
White with #77FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FADB; }
p { color: rgb(119,250,219); }
H1.HeaderClassName
{
color: #77FADB;
}
.AnyTagClassName
{
color: #77FADB;
}
</style>
background-color css
<style>
a { background-color: #77FADB; }
a { background-color: rgb(119,250,219); }
div.DivClassName
{
background-color: #77FADB;
}
.BgClassName
{
background-color: #77FADB;
}
</style>
border-color css
<style>
span { border-color: #77FADB; }
span { border-color: rgb(119,250,219); }
td.TdClassName
{
border-color: #77FADB;
}
.TagClassName
{
border-color: #77FADB;
}
</style>