Shades of Aquamarine #77F0CC
Tints of Aquamarine #77F0CC
RGB
CMYK
RGB Variations
Color information
#77F0CC (or 0x77F0CC) is known color: Aquamarine. HEX triplet: 77, F0 and CC. RGB value is (119,240,204). Sum of RGB (Red+Green+Blue) = 119+240+204=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #77F0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F0CC is #880F33. Grayscale: #C7C7C7. Windows color (decimal): -8916788 or 13430903. OLE color: 13430903.
HSL color Cylindrical-coordinate representation of color #77F0CC: hue angle of 162.15º 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 #77F0CC is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 240 | 204 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.06 |
| HSL | 162.15º | 0.8% | 0.7% | - |
| HSV(B) | 162.15º | 0.5% | 0.94% | - |
| XYZ | 49.67 | 70.6 | 68.14 | - |
| YUV | 199.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 240 | 204 | 0.50 | 0 | 0.15 | 0.06 | 162.15 | 0.8 | 0.7 |
| Hex | 77 | F0 | CC | 32 | 0 | F | 6 | A2 | 50 | 46 |
| Octal | 167 | 360 | 314 | 62 | 0 | 17 | 6 | 242 | 120 | 106 |
| Binary | 1110111 | 11110000 | 11001100 | 110010 | 0 | 1111 | 110 | 10100010 | 1010000 | 1000110 |
Color Harmonies of #77F0CC
Complementary color
Monochromatic Colors of #77F0CC
Black with #77F0CC
Text Example
Text Example
White with #77F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F0CC; }
p { color: rgb(119,240,204); }
H1.HeaderClassName
{
color: #77F0CC;
}
.AnyTagClassName
{
color: #77F0CC;
}
</style>
background-color css
<style>
a { background-color: #77F0CC; }
a { background-color: rgb(119,240,204); }
div.DivClassName
{
background-color: #77F0CC;
}
.BgClassName
{
background-color: #77F0CC;
}
</style>
border-color css
<style>
span { border-color: #77F0CC; }
span { border-color: rgb(119,240,204); }
td.TdClassName
{
border-color: #77F0CC;
}
.TagClassName
{
border-color: #77F0CC;
}
</style>