Shades of Aquamarine #77FFDF
Tints of Aquamarine #77FFDF
RGB
CMYK
RGB Variations
Color information
#77FFDF (or 0x77FFDF) is known color: Aquamarine. HEX triplet: 77, FF and DF. RGB value is (119,255,223). Sum of RGB (Red+Green+Blue) = 119+255+223=597 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.93% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFDF is #880020. Grayscale: #D2D2D2. Windows color (decimal): -8912929 or 14679927. OLE color: 14679927.
HSL color Cylindrical-coordinate representation of color #77FFDF: hue angle of 165.88º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFDF is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 223 | - |
| CMYK | 0.53 | 0 | 0.13 | 0 |
| HSL | 165.88º | 1% | 0.73% | - |
| HSV(B) | 165.88º | 0.53% | 1% | - |
| XYZ | 56.69 | 80.77 | 82.41 | - |
| YUV | 210.69 | 134.94 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 223 | 0.53 | 0 | 0.13 | 0 | 165.88 | 1 | 0.73 |
| Hex | 77 | FF | DF | 35 | 0 | D | 0 | A6 | 64 | 49 |
| Octal | 167 | 377 | 337 | 65 | 0 | 15 | 0 | 246 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11011111 | 110101 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001001 |
Color Harmonies of #77FFDF
Complementary color
Monochromatic Colors of #77FFDF
Black with #77FFDF
Text Example
Text Example
White with #77FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFDF; }
p { color: rgb(119,255,223); }
H1.HeaderClassName
{
color: #77FFDF;
}
.AnyTagClassName
{
color: #77FFDF;
}
</style>
background-color css
<style>
a { background-color: #77FFDF; }
a { background-color: rgb(119,255,223); }
div.DivClassName
{
background-color: #77FFDF;
}
.BgClassName
{
background-color: #77FFDF;
}
</style>
border-color css
<style>
span { border-color: #77FFDF; }
span { border-color: rgb(119,255,223); }
td.TdClassName
{
border-color: #77FFDF;
}
.TagClassName
{
border-color: #77FFDF;
}
</style>