Shades of Aquamarine #77FDDD
Tints of Aquamarine #77FDDD
RGB
CMYK
RGB Variations
Color information
#77FDDD (or 0x77FDDD) is known color: Aquamarine. HEX triplet: 77, FD and DD. RGB value is (119,253,221). Sum of RGB (Red+Green+Blue) = 119+253+221=593 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.07% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FDDD is #880222. Grayscale: #D1D1D1. Windows color (decimal): -8913443 or 14548343. OLE color: 14548343.
HSL color Cylindrical-coordinate representation of color #77FDDD: hue angle of 165.67º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FDDD is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 253 | 221 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.01 |
| HSL | 165.67º | 0.97% | 0.73% | - |
| HSV(B) | 165.67º | 0.53% | 0.99% | - |
| XYZ | 55.78 | 79.39 | 80.79 | - |
| YUV | 209.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 253 | 221 | 0.53 | 0 | 0.13 | 0.01 | 165.67 | 0.97 | 0.73 |
| Hex | 77 | FD | DD | 35 | 0 | D | 1 | A6 | 61 | 49 |
| Octal | 167 | 375 | 335 | 65 | 0 | 15 | 1 | 246 | 141 | 111 |
| Binary | 1110111 | 11111101 | 11011101 | 110101 | 0 | 1101 | 1 | 10100110 | 1100001 | 1001001 |
Color Harmonies of #77FDDD
Complementary color
Monochromatic Colors of #77FDDD
Black with #77FDDD
Text Example
Text Example
White with #77FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FDDD; }
p { color: rgb(119,253,221); }
H1.HeaderClassName
{
color: #77FDDD;
}
.AnyTagClassName
{
color: #77FDDD;
}
</style>
background-color css
<style>
a { background-color: #77FDDD; }
a { background-color: rgb(119,253,221); }
div.DivClassName
{
background-color: #77FDDD;
}
.BgClassName
{
background-color: #77FDDD;
}
</style>
border-color css
<style>
span { border-color: #77FDDD; }
span { border-color: rgb(119,253,221); }
td.TdClassName
{
border-color: #77FDDD;
}
.TagClassName
{
border-color: #77FDDD;
}
</style>