Shades of Aquamarine #77EAD3
Tints of Aquamarine #77EAD3
RGB
CMYK
RGB Variations
Color information
#77EAD3 (or 0x77EAD3) is known color: Aquamarine. HEX triplet: 77, EA and D3. RGB value is (119,234,211). Sum of RGB (Red+Green+Blue) = 119+234+211=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAD3 is #88152C. Grayscale: #C4C4C4. Windows color (decimal): -8918317 or 13888119. OLE color: 13888119.
HSL color Cylindrical-coordinate representation of color #77EAD3: hue angle of 168º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAD3 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 211 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.08 |
| HSL | 168º | 0.73% | 0.69% | - |
| HSV(B) | 168º | 0.49% | 0.92% | - |
| XYZ | 48.79 | 67.47 | 72.08 | - |
| YUV | 196.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 211 | 0.49 | 0 | 0.10 | 0.08 | 168 | 0.73 | 0.69 |
| Hex | 77 | EA | D3 | 31 | 0 | A | 8 | A8 | 49 | 45 |
| Octal | 167 | 352 | 323 | 61 | 0 | 12 | 10 | 250 | 111 | 105 |
| Binary | 1110111 | 11101010 | 11010011 | 110001 | 0 | 1010 | 1000 | 10101000 | 1001001 | 1000101 |
Color Harmonies of #77EAD3
Complementary color
Monochromatic Colors of #77EAD3
Black with #77EAD3
Text Example
Text Example
White with #77EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EAD3; }
p { color: rgb(119,234,211); }
H1.HeaderClassName
{
color: #77EAD3;
}
.AnyTagClassName
{
color: #77EAD3;
}
</style>
background-color css
<style>
a { background-color: #77EAD3; }
a { background-color: rgb(119,234,211); }
div.DivClassName
{
background-color: #77EAD3;
}
.BgClassName
{
background-color: #77EAD3;
}
</style>
border-color css
<style>
span { border-color: #77EAD3; }
span { border-color: rgb(119,234,211); }
td.TdClassName
{
border-color: #77EAD3;
}
.TagClassName
{
border-color: #77EAD3;
}
</style>