Shades of Aquamarine #77F3C2
Tints of Aquamarine #77F3C2
RGB
CMYK
RGB Variations
Color information
#77F3C2 (or 0x77F3C2) is known color: Aquamarine. HEX triplet: 77, F3 and C2. RGB value is (119,243,194). Sum of RGB (Red+Green+Blue) = 119+243+194=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #77F3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F3C2 is #880C3D. Grayscale: #C8C8C8. Windows color (decimal): -8916030 or 12776311. OLE color: 12776311.
HSL color Cylindrical-coordinate representation of color #77F3C2: hue angle of 156.29º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F3C2 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 243 | 194 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.05 |
| HSL | 156.29º | 0.84% | 0.71% | - |
| HSV(B) | 156.29º | 0.51% | 0.95% | - |
| XYZ | 49.4 | 71.92 | 62.32 | - |
| YUV | 200.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 243 | 194 | 0.51 | 0 | 0.20 | 0.05 | 156.29 | 0.84 | 0.71 |
| Hex | 77 | F3 | C2 | 33 | 0 | 14 | 5 | 9C | 54 | 47 |
| Octal | 167 | 363 | 302 | 63 | 0 | 24 | 5 | 234 | 124 | 107 |
| Binary | 1110111 | 11110011 | 11000010 | 110011 | 0 | 10100 | 101 | 10011100 | 1010100 | 1000111 |
Color Harmonies of #77F3C2
Complementary color
Monochromatic Colors of #77F3C2
Black with #77F3C2
Text Example
Text Example
White with #77F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F3C2; }
p { color: rgb(119,243,194); }
H1.HeaderClassName
{
color: #77F3C2;
}
.AnyTagClassName
{
color: #77F3C2;
}
</style>
background-color css
<style>
a { background-color: #77F3C2; }
a { background-color: rgb(119,243,194); }
div.DivClassName
{
background-color: #77F3C2;
}
.BgClassName
{
background-color: #77F3C2;
}
</style>
border-color css
<style>
span { border-color: #77F3C2; }
span { border-color: rgb(119,243,194); }
td.TdClassName
{
border-color: #77F3C2;
}
.TagClassName
{
border-color: #77F3C2;
}
</style>