Shades of Aquamarine #77F0C6
Tints of Aquamarine #77F0C6
RGB
CMYK
RGB Variations
Color information
#77F0C6 (or 0x77F0C6) is known color: Aquamarine. HEX triplet: 77, F0 and C6. RGB value is (119,240,198). Sum of RGB (Red+Green+Blue) = 119+240+198=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #77F0C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F0C6 is #880F39. Grayscale: #C7C7C7. Windows color (decimal): -8916794 or 13037687. OLE color: 13037687.
HSL color Cylindrical-coordinate representation of color #77F0C6: hue angle of 159.17º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77F0C6 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 240 | 198 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.06 |
| HSL | 159.17º | 0.8% | 0.7% | - |
| HSV(B) | 159.17º | 0.5% | 0.94% | - |
| XYZ | 48.96 | 70.32 | 64.42 | - |
| YUV | 199.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 240 | 198 | 0.50 | 0 | 0.18 | 0.06 | 159.17 | 0.8 | 0.7 |
| Hex | 77 | F0 | C6 | 32 | 0 | 12 | 6 | 9F | 50 | 46 |
| Octal | 167 | 360 | 306 | 62 | 0 | 22 | 6 | 237 | 120 | 106 |
| Binary | 1110111 | 11110000 | 11000110 | 110010 | 0 | 10010 | 110 | 10011111 | 1010000 | 1000110 |
Color Harmonies of #77F0C6
Complementary color
Monochromatic Colors of #77F0C6
Black with #77F0C6
Text Example
Text Example
White with #77F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F0C6; }
p { color: rgb(119,240,198); }
H1.HeaderClassName
{
color: #77F0C6;
}
.AnyTagClassName
{
color: #77F0C6;
}
</style>
background-color css
<style>
a { background-color: #77F0C6; }
a { background-color: rgb(119,240,198); }
div.DivClassName
{
background-color: #77F0C6;
}
.BgClassName
{
background-color: #77F0C6;
}
</style>
border-color css
<style>
span { border-color: #77F0C6; }
span { border-color: rgb(119,240,198); }
td.TdClassName
{
border-color: #77F0C6;
}
.TagClassName
{
border-color: #77F0C6;
}
</style>