Shades of Aquamarine #77EEDB
Tints of Aquamarine #77EEDB
RGB
CMYK
RGB Variations
Color information
#77EEDB (or 0x77EEDB) is known color: Aquamarine. HEX triplet: 77, EE and DB. RGB value is (119,238,219). Sum of RGB (Red+Green+Blue) = 119+238+219=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEDB is #881124. Grayscale: #C8C8C8. Windows color (decimal): -8917285 or 14413431. OLE color: 14413431.
HSL color Cylindrical-coordinate representation of color #77EEDB: hue angle of 170.42º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EEDB is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 219 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.07 |
| HSL | 170.42º | 0.78% | 0.7% | - |
| HSV(B) | 170.42º | 0.5% | 0.93% | - |
| XYZ | 50.97 | 70.19 | 77.88 | - |
| YUV | 200.25 | 138.58 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 219 | 0.50 | 0 | 0.08 | 0.07 | 170.42 | 0.78 | 0.7 |
| Hex | 77 | EE | DB | 32 | 0 | 8 | 7 | AA | 4E | 46 |
| Octal | 167 | 356 | 333 | 62 | 0 | 10 | 7 | 252 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11011011 | 110010 | 0 | 1000 | 111 | 10101010 | 1001110 | 1000110 |
Color Harmonies of #77EEDB
Complementary color
Monochromatic Colors of #77EEDB
Black with #77EEDB
Text Example
Text Example
White with #77EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEDB; }
p { color: rgb(119,238,219); }
H1.HeaderClassName
{
color: #77EEDB;
}
.AnyTagClassName
{
color: #77EEDB;
}
</style>
background-color css
<style>
a { background-color: #77EEDB; }
a { background-color: rgb(119,238,219); }
div.DivClassName
{
background-color: #77EEDB;
}
.BgClassName
{
background-color: #77EEDB;
}
</style>
border-color css
<style>
span { border-color: #77EEDB; }
span { border-color: rgb(119,238,219); }
td.TdClassName
{
border-color: #77EEDB;
}
.TagClassName
{
border-color: #77EEDB;
}
</style>