Shades of Aquamarine #77F2E4
Tints of Aquamarine #77F2E4
RGB
CMYK
RGB Variations
Color information
#77F2E4 (or 0x77F2E4) is known color: Aquamarine. HEX triplet: 77, F2 and E4. RGB value is (119,242,228). Sum of RGB (Red+Green+Blue) = 119+242+228=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F2E4 is #880D1B. Grayscale: #CBCBCB. Windows color (decimal): -8916252 or 15004279. OLE color: 15004279.
HSL color Cylindrical-coordinate representation of color #77F2E4: hue angle of 173.17º 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 #77F2E4 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 242 | 228 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.05 |
| HSL | 173.17º | 0.83% | 0.71% | - |
| HSV(B) | 173.17º | 0.51% | 0.95% | - |
| XYZ | 53.36 | 73.03 | 84.68 | - |
| YUV | 203.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 242 | 228 | 0.51 | 0 | 0.06 | 0.05 | 173.17 | 0.83 | 0.71 |
| Hex | 77 | F2 | E4 | 33 | 0 | 6 | 5 | AD | 53 | 47 |
| Octal | 167 | 362 | 344 | 63 | 0 | 6 | 5 | 255 | 123 | 107 |
| Binary | 1110111 | 11110010 | 11100100 | 110011 | 0 | 110 | 101 | 10101101 | 1010011 | 1000111 |
Color Harmonies of #77F2E4
Complementary color
Monochromatic Colors of #77F2E4
Black with #77F2E4
Text Example
Text Example
White with #77F2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F2E4; }
p { color: rgb(119,242,228); }
H1.HeaderClassName
{
color: #77F2E4;
}
.AnyTagClassName
{
color: #77F2E4;
}
</style>
background-color css
<style>
a { background-color: #77F2E4; }
a { background-color: rgb(119,242,228); }
div.DivClassName
{
background-color: #77F2E4;
}
.BgClassName
{
background-color: #77F2E4;
}
</style>
border-color css
<style>
span { border-color: #77F2E4; }
span { border-color: rgb(119,242,228); }
td.TdClassName
{
border-color: #77F2E4;
}
.TagClassName
{
border-color: #77F2E4;
}
</style>