Shades of Aquamarine #77FADF
Tints of Aquamarine #77FADF
RGB
CMYK
RGB Variations
Color information
#77FADF (or 0x77FADF) is known color: Aquamarine. HEX triplet: 77, FA and DF. RGB value is (119,250,223). Sum of RGB (Red+Green+Blue) = 119+250+223=592 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.10% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #77FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FADF is #880520. Grayscale: #CFCFCF. Windows color (decimal): -8914209 or 14678647. OLE color: 14678647.
HSL color Cylindrical-coordinate representation of color #77FADF: hue angle of 167.63º 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 #77FADF is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 223 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.02 |
| HSL | 167.63º | 0.93% | 0.72% | - |
| HSV(B) | 167.63º | 0.52% | 0.98% | - |
| XYZ | 55.11 | 77.62 | 81.89 | - |
| YUV | 207.75 | 136.6 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 223 | 0.52 | 0 | 0.11 | 0.02 | 167.63 | 0.93 | 0.72 |
| Hex | 77 | FA | DF | 34 | 0 | B | 2 | A8 | 5D | 48 |
| Octal | 167 | 372 | 337 | 64 | 0 | 13 | 2 | 250 | 135 | 110 |
| Binary | 1110111 | 11111010 | 11011111 | 110100 | 0 | 1011 | 10 | 10101000 | 1011101 | 1001000 |
Color Harmonies of #77FADF
Complementary color
Monochromatic Colors of #77FADF
Black with #77FADF
Text Example
Text Example
White with #77FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FADF; }
p { color: rgb(119,250,223); }
H1.HeaderClassName
{
color: #77FADF;
}
.AnyTagClassName
{
color: #77FADF;
}
</style>
background-color css
<style>
a { background-color: #77FADF; }
a { background-color: rgb(119,250,223); }
div.DivClassName
{
background-color: #77FADF;
}
.BgClassName
{
background-color: #77FADF;
}
</style>
border-color css
<style>
span { border-color: #77FADF; }
span { border-color: rgb(119,250,223); }
td.TdClassName
{
border-color: #77FADF;
}
.TagClassName
{
border-color: #77FADF;
}
</style>