Shades of Aquamarine #77F2D2
Tints of Aquamarine #77F2D2
RGB
CMYK
RGB Variations
Color information
#77F2D2 (or 0x77F2D2) is known color: Aquamarine. HEX triplet: 77, F2 and D2. RGB value is (119,242,210). Sum of RGB (Red+Green+Blue) = 119+242+210=571 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.84% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F2D2 is #880D2D. Grayscale: #C9C9C9. Windows color (decimal): -8916270 or 13824631. OLE color: 13824631.
HSL color Cylindrical-coordinate representation of color #77F2D2: hue angle of 164.39º 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 #77F2D2 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 242 | 210 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.05 |
| HSL | 164.39º | 0.83% | 0.71% | - |
| HSV(B) | 164.39º | 0.51% | 0.95% | - |
| XYZ | 50.99 | 72.08 | 72.2 | - |
| YUV | 201.58 | 132.75 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 242 | 210 | 0.51 | 0 | 0.13 | 0.05 | 164.39 | 0.83 | 0.71 |
| Hex | 77 | F2 | D2 | 33 | 0 | D | 5 | A4 | 53 | 47 |
| Octal | 167 | 362 | 322 | 63 | 0 | 15 | 5 | 244 | 123 | 107 |
| Binary | 1110111 | 11110010 | 11010010 | 110011 | 0 | 1101 | 101 | 10100100 | 1010011 | 1000111 |
Color Harmonies of #77F2D2
Complementary color
Monochromatic Colors of #77F2D2
Black with #77F2D2
Text Example
Text Example
White with #77F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F2D2; }
p { color: rgb(119,242,210); }
H1.HeaderClassName
{
color: #77F2D2;
}
.AnyTagClassName
{
color: #77F2D2;
}
</style>
background-color css
<style>
a { background-color: #77F2D2; }
a { background-color: rgb(119,242,210); }
div.DivClassName
{
background-color: #77F2D2;
}
.BgClassName
{
background-color: #77F2D2;
}
</style>
border-color css
<style>
span { border-color: #77F2D2; }
span { border-color: rgb(119,242,210); }
td.TdClassName
{
border-color: #77F2D2;
}
.TagClassName
{
border-color: #77F2D2;
}
</style>