Shades of Aquamarine #77FADA
Tints of Aquamarine #77FADA
RGB
CMYK
RGB Variations
Color information
#77FADA (or 0x77FADA) is known color: Aquamarine. HEX triplet: 77, FA and DA. RGB value is (119,250,218). Sum of RGB (Red+Green+Blue) = 119+250+218=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #77FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FADA is #880525. Grayscale: #CFCFCF. Windows color (decimal): -8914214 or 14350967. OLE color: 14350967.
HSL color Cylindrical-coordinate representation of color #77FADA: hue angle of 165.34º 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 #77FADA is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 218 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.02 |
| HSL | 165.34º | 0.93% | 0.72% | - |
| HSV(B) | 165.34º | 0.52% | 0.98% | - |
| XYZ | 54.45 | 77.36 | 78.39 | - |
| YUV | 207.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 218 | 0.52 | 0 | 0.13 | 0.02 | 165.34 | 0.93 | 0.72 |
| Hex | 77 | FA | DA | 34 | 0 | D | 2 | A5 | 5D | 48 |
| Octal | 167 | 372 | 332 | 64 | 0 | 15 | 2 | 245 | 135 | 110 |
| Binary | 1110111 | 11111010 | 11011010 | 110100 | 0 | 1101 | 10 | 10100101 | 1011101 | 1001000 |
Color Harmonies of #77FADA
Complementary color
Monochromatic Colors of #77FADA
Black with #77FADA
Text Example
Text Example
White with #77FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FADA; }
p { color: rgb(119,250,218); }
H1.HeaderClassName
{
color: #77FADA;
}
.AnyTagClassName
{
color: #77FADA;
}
</style>
background-color css
<style>
a { background-color: #77FADA; }
a { background-color: rgb(119,250,218); }
div.DivClassName
{
background-color: #77FADA;
}
.BgClassName
{
background-color: #77FADA;
}
</style>
border-color css
<style>
span { border-color: #77FADA; }
span { border-color: rgb(119,250,218); }
td.TdClassName
{
border-color: #77FADA;
}
.TagClassName
{
border-color: #77FADA;
}
</style>