Shades of Aquamarine #77FADC
Tints of Aquamarine #77FADC
RGB
CMYK
RGB Variations
Color information
#77FADC (or 0x77FADC) is known color: Aquamarine. HEX triplet: 77, FA and DC. RGB value is (119,250,220). Sum of RGB (Red+Green+Blue) = 119+250+220=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #77FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FADC is #880523. Grayscale: #CFCFCF. Windows color (decimal): -8914212 or 14482039. OLE color: 14482039.
HSL color Cylindrical-coordinate representation of color #77FADC: hue angle of 166.26º 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 #77FADC is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 220 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.02 |
| HSL | 166.26º | 0.93% | 0.72% | - |
| HSV(B) | 166.26º | 0.52% | 0.98% | - |
| XYZ | 54.71 | 77.46 | 79.78 | - |
| YUV | 207.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 220 | 0.52 | 0 | 0.12 | 0.02 | 166.26 | 0.93 | 0.72 |
| Hex | 77 | FA | DC | 34 | 0 | C | 2 | A6 | 5D | 48 |
| Octal | 167 | 372 | 334 | 64 | 0 | 14 | 2 | 246 | 135 | 110 |
| Binary | 1110111 | 11111010 | 11011100 | 110100 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001000 |
Color Harmonies of #77FADC
Complementary color
Monochromatic Colors of #77FADC
Black with #77FADC
Text Example
Text Example
White with #77FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FADC; }
p { color: rgb(119,250,220); }
H1.HeaderClassName
{
color: #77FADC;
}
.AnyTagClassName
{
color: #77FADC;
}
</style>
background-color css
<style>
a { background-color: #77FADC; }
a { background-color: rgb(119,250,220); }
div.DivClassName
{
background-color: #77FADC;
}
.BgClassName
{
background-color: #77FADC;
}
</style>
border-color css
<style>
span { border-color: #77FADC; }
span { border-color: rgb(119,250,220); }
td.TdClassName
{
border-color: #77FADC;
}
.TagClassName
{
border-color: #77FADC;
}
</style>