Shades of Aquamarine #77F2CA
Tints of Aquamarine #77F2CA
RGB
CMYK
RGB Variations
Color information
#77F2CA (or 0x77F2CA) is known color: Aquamarine. HEX triplet: 77, F2 and CA. RGB value is (119,242,202). Sum of RGB (Red+Green+Blue) = 119+242+202=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F2CA is #880D35. Grayscale: #C8C8C8. Windows color (decimal): -8916278 or 13300343. OLE color: 13300343.
HSL color Cylindrical-coordinate representation of color #77F2CA: hue angle of 160.49º degrees, saturation: 0.83, 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 #77F2CA is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 242 | 202 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.05 |
| HSL | 160.49º | 0.83% | 0.71% | - |
| HSV(B) | 160.49º | 0.51% | 0.95% | - |
| XYZ | 50.02 | 71.69 | 67.08 | - |
| YUV | 200.66 | 128.75 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 242 | 202 | 0.51 | 0 | 0.17 | 0.05 | 160.49 | 0.83 | 0.71 |
| Hex | 77 | F2 | CA | 33 | 0 | 11 | 5 | A0 | 53 | 47 |
| Octal | 167 | 362 | 312 | 63 | 0 | 21 | 5 | 240 | 123 | 107 |
| Binary | 1110111 | 11110010 | 11001010 | 110011 | 0 | 10001 | 101 | 10100000 | 1010011 | 1000111 |
Color Harmonies of #77F2CA
Complementary color
Monochromatic Colors of #77F2CA
Black with #77F2CA
Text Example
Text Example
White with #77F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F2CA; }
p { color: rgb(119,242,202); }
H1.HeaderClassName
{
color: #77F2CA;
}
.AnyTagClassName
{
color: #77F2CA;
}
</style>
background-color css
<style>
a { background-color: #77F2CA; }
a { background-color: rgb(119,242,202); }
div.DivClassName
{
background-color: #77F2CA;
}
.BgClassName
{
background-color: #77F2CA;
}
</style>
border-color css
<style>
span { border-color: #77F2CA; }
span { border-color: rgb(119,242,202); }
td.TdClassName
{
border-color: #77F2CA;
}
.TagClassName
{
border-color: #77F2CA;
}
</style>