Shades of Aquamarine #77F9DB
Tints of Aquamarine #77F9DB
RGB
CMYK
RGB Variations
Color information
#77F9DB (or 0x77F9DB) is known color: Aquamarine. HEX triplet: 77, F9 and DB. RGB value is (119,249,219). Sum of RGB (Red+Green+Blue) = 119+249+219=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F9DB is #880624. Grayscale: #CECECE. Windows color (decimal): -8914469 or 14416247. OLE color: 14416247.
HSL color Cylindrical-coordinate representation of color #77F9DB: hue angle of 166.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F9DB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 249 | 219 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.02 |
| HSL | 166.15º | 0.92% | 0.72% | - |
| HSV(B) | 166.15º | 0.52% | 0.98% | - |
| XYZ | 54.27 | 76.79 | 78.98 | - |
| YUV | 206.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 249 | 219 | 0.52 | 0 | 0.12 | 0.02 | 166.15 | 0.92 | 0.72 |
| Hex | 77 | F9 | DB | 34 | 0 | C | 2 | A6 | 5C | 48 |
| Octal | 167 | 371 | 333 | 64 | 0 | 14 | 2 | 246 | 134 | 110 |
| Binary | 1110111 | 11111001 | 11011011 | 110100 | 0 | 1100 | 10 | 10100110 | 1011100 | 1001000 |
Color Harmonies of #77F9DB
Complementary color
Monochromatic Colors of #77F9DB
Black with #77F9DB
Text Example
Text Example
White with #77F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F9DB; }
p { color: rgb(119,249,219); }
H1.HeaderClassName
{
color: #77F9DB;
}
.AnyTagClassName
{
color: #77F9DB;
}
</style>
background-color css
<style>
a { background-color: #77F9DB; }
a { background-color: rgb(119,249,219); }
div.DivClassName
{
background-color: #77F9DB;
}
.BgClassName
{
background-color: #77F9DB;
}
</style>
border-color css
<style>
span { border-color: #77F9DB; }
span { border-color: rgb(119,249,219); }
td.TdClassName
{
border-color: #77F9DB;
}
.TagClassName
{
border-color: #77F9DB;
}
</style>