Shades of Aquamarine #77FCCD
Tints of Aquamarine #77FCCD
RGB
CMYK
RGB Variations
Color information
#77FCCD (or 0x77FCCD) is known color: Aquamarine. HEX triplet: 77, FC and CD. RGB value is (119,252,205). Sum of RGB (Red+Green+Blue) = 119+252+205=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FCCD is #880332. Grayscale: #CECECE. Windows color (decimal): -8913715 or 13499511. OLE color: 13499511.
HSL color Cylindrical-coordinate representation of color #77FCCD: hue angle of 158.8º degrees, saturation: 0.96, 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 #77FCCD is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 252 | 205 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.01 |
| HSL | 158.8º | 0.96% | 0.73% | - |
| HSV(B) | 158.8º | 0.53% | 0.99% | - |
| XYZ | 53.44 | 77.95 | 69.99 | - |
| YUV | 206.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 252 | 205 | 0.53 | 0 | 0.19 | 0.01 | 158.8 | 0.96 | 0.73 |
| Hex | 77 | FC | CD | 35 | 0 | 13 | 1 | 9F | 60 | 49 |
| Octal | 167 | 374 | 315 | 65 | 0 | 23 | 1 | 237 | 140 | 111 |
| Binary | 1110111 | 11111100 | 11001101 | 110101 | 0 | 10011 | 1 | 10011111 | 1100000 | 1001001 |
Color Harmonies of #77FCCD
Complementary color
Monochromatic Colors of #77FCCD
Black with #77FCCD
Text Example
Text Example
White with #77FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FCCD; }
p { color: rgb(119,252,205); }
H1.HeaderClassName
{
color: #77FCCD;
}
.AnyTagClassName
{
color: #77FCCD;
}
</style>
background-color css
<style>
a { background-color: #77FCCD; }
a { background-color: rgb(119,252,205); }
div.DivClassName
{
background-color: #77FCCD;
}
.BgClassName
{
background-color: #77FCCD;
}
</style>
border-color css
<style>
span { border-color: #77FCCD; }
span { border-color: rgb(119,252,205); }
td.TdClassName
{
border-color: #77FCCD;
}
.TagClassName
{
border-color: #77FCCD;
}
</style>