Shades of Aquamarine #77FBCD
Tints of Aquamarine #77FBCD
RGB
CMYK
RGB Variations
Color information
#77FBCD (or 0x77FBCD) is known color: Aquamarine. HEX triplet: 77, FB and CD. RGB value is (119,251,205). Sum of RGB (Red+Green+Blue) = 119+251+205=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBCD is #880432. Grayscale: #CECECE. Windows color (decimal): -8913971 or 13499255. OLE color: 13499255.
HSL color Cylindrical-coordinate representation of color #77FBCD: hue angle of 159.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBCD is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 251 | 205 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.02 |
| HSL | 159.09º | 0.94% | 0.73% | - |
| HSV(B) | 159.09º | 0.53% | 0.98% | - |
| XYZ | 53.12 | 77.32 | 69.88 | - |
| YUV | 206.29 | 127.27 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 205 | 0.53 | 0 | 0.18 | 0.02 | 159.09 | 0.94 | 0.73 |
| Hex | 77 | FB | CD | 35 | 0 | 12 | 2 | 9F | 5E | 49 |
| Octal | 167 | 373 | 315 | 65 | 0 | 22 | 2 | 237 | 136 | 111 |
| Binary | 1110111 | 11111011 | 11001101 | 110101 | 0 | 10010 | 10 | 10011111 | 1011110 | 1001001 |
Color Harmonies of #77FBCD
Complementary color
Monochromatic Colors of #77FBCD
Black with #77FBCD
Text Example
Text Example
White with #77FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBCD; }
p { color: rgb(119,251,205); }
H1.HeaderClassName
{
color: #77FBCD;
}
.AnyTagClassName
{
color: #77FBCD;
}
</style>
background-color css
<style>
a { background-color: #77FBCD; }
a { background-color: rgb(119,251,205); }
div.DivClassName
{
background-color: #77FBCD;
}
.BgClassName
{
background-color: #77FBCD;
}
</style>
border-color css
<style>
span { border-color: #77FBCD; }
span { border-color: rgb(119,251,205); }
td.TdClassName
{
border-color: #77FBCD;
}
.TagClassName
{
border-color: #77FBCD;
}
</style>