Shades of Aquamarine #77FFDD
Tints of Aquamarine #77FFDD
RGB
CMYK
RGB Variations
Color information
#77FFDD (or 0x77FFDD) is known color: Aquamarine. HEX triplet: 77, FF and DD. RGB value is (119,255,221). Sum of RGB (Red+Green+Blue) = 119+255+221=595 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFDD is #880022. Grayscale: #D2D2D2. Windows color (decimal): -8912931 or 14548855. OLE color: 14548855.
HSL color Cylindrical-coordinate representation of color #77FFDD: hue angle of 165º 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 #77FFDD is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 221 | - |
| CMYK | 0.53 | 0 | 0.13 | 0 |
| HSL | 165º | 1% | 0.73% | - |
| HSV(B) | 165º | 0.53% | 1% | - |
| XYZ | 56.42 | 80.66 | 81 | - |
| YUV | 210.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 221 | 0.53 | 0 | 0.13 | 0 | 165 | 1 | 0.73 |
| Hex | 77 | FF | DD | 35 | 0 | D | 0 | A5 | 64 | 49 |
| Octal | 167 | 377 | 335 | 65 | 0 | 15 | 0 | 245 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11011101 | 110101 | 0 | 1101 | 0 | 10100101 | 1100100 | 1001001 |
Color Harmonies of #77FFDD
Complementary color
Monochromatic Colors of #77FFDD
Black with #77FFDD
Text Example
Text Example
White with #77FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFDD; }
p { color: rgb(119,255,221); }
H1.HeaderClassName
{
color: #77FFDD;
}
.AnyTagClassName
{
color: #77FFDD;
}
</style>
background-color css
<style>
a { background-color: #77FFDD; }
a { background-color: rgb(119,255,221); }
div.DivClassName
{
background-color: #77FFDD;
}
.BgClassName
{
background-color: #77FFDD;
}
</style>
border-color css
<style>
span { border-color: #77FFDD; }
span { border-color: rgb(119,255,221); }
td.TdClassName
{
border-color: #77FFDD;
}
.TagClassName
{
border-color: #77FFDD;
}
</style>