Shades of Aquamarine #77FFD2
Tints of Aquamarine #77FFD2
RGB
CMYK
RGB Variations
Color information
#77FFD2 (or 0x77FFD2) is known color: Aquamarine. HEX triplet: 77, FF and D2. RGB value is (119,255,210). Sum of RGB (Red+Green+Blue) = 119+255+210=584 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.38% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FFD2 is #88002D. Grayscale: #D1D1D1. Windows color (decimal): -8912942 or 13827959. OLE color: 13827959.
HSL color Cylindrical-coordinate representation of color #77FFD2: hue angle of 160.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFD2 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 210 | - |
| CMYK | 0.53 | 0 | 0.18 | 0 |
| HSL | 160.15º | 1% | 0.73% | - |
| HSV(B) | 160.15º | 0.53% | 1% | - |
| XYZ | 55 | 80.1 | 73.53 | - |
| YUV | 209.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 210 | 0.53 | 0 | 0.18 | 0 | 160.15 | 1 | 0.73 |
| Hex | 77 | FF | D2 | 35 | 0 | 12 | 0 | A0 | 64 | 49 |
| Octal | 167 | 377 | 322 | 65 | 0 | 22 | 0 | 240 | 144 | 111 |
| Binary | 1110111 | 11111111 | 11010010 | 110101 | 0 | 10010 | 0 | 10100000 | 1100100 | 1001001 |
Color Harmonies of #77FFD2
Complementary color
Monochromatic Colors of #77FFD2
Black with #77FFD2
Text Example
Text Example
White with #77FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFD2; }
p { color: rgb(119,255,210); }
H1.HeaderClassName
{
color: #77FFD2;
}
.AnyTagClassName
{
color: #77FFD2;
}
</style>
background-color css
<style>
a { background-color: #77FFD2; }
a { background-color: rgb(119,255,210); }
div.DivClassName
{
background-color: #77FFD2;
}
.BgClassName
{
background-color: #77FFD2;
}
</style>
border-color css
<style>
span { border-color: #77FFD2; }
span { border-color: rgb(119,255,210); }
td.TdClassName
{
border-color: #77FFD2;
}
.TagClassName
{
border-color: #77FFD2;
}
</style>