Shades of Medium Aquamarine #78DB9C
Tints of Medium Aquamarine #78DB9C
RGB
CMYK
RGB Variations
Color information
#78DB9C (or 0x78DB9C) is known color: Medium Aquamarine. HEX triplet: 78, DB and 9C. RGB value is (120,219,156). Sum of RGB (Red+Green+Blue) = 120+219+156=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB9C is #872463. Grayscale: #B6B6B6. Windows color (decimal): -8856676 or 10279800. OLE color: 10279800.
HSL color Cylindrical-coordinate representation of color #78DB9C: hue angle of 141.82º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DB9C is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 156 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.14 |
| HSL | 141.82º | 0.58% | 0.66% | - |
| HSV(B) | 141.82º | 0.45% | 0.86% | - |
| XYZ | 39.08 | 57.06 | 40.41 | - |
| YUV | 182.22 | 113.2 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 156 | 0.45 | 0 | 0.29 | 0.14 | 141.82 | 0.58 | 0.66 |
| Hex | 78 | DB | 9C | 2D | 0 | 1D | E | 8E | 3A | 42 |
| Octal | 170 | 333 | 234 | 55 | 0 | 35 | 16 | 216 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10011100 | 101101 | 0 | 11101 | 1110 | 10001110 | 111010 | 1000010 |
Color Harmonies of #78DB9C
Complementary color
Monochromatic Colors of #78DB9C
Black with #78DB9C
Text Example
Text Example
White with #78DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB9C; }
p { color: rgb(120,219,156); }
H1.HeaderClassName
{
color: #78DB9C;
}
.AnyTagClassName
{
color: #78DB9C;
}
</style>
background-color css
<style>
a { background-color: #78DB9C; }
a { background-color: rgb(120,219,156); }
div.DivClassName
{
background-color: #78DB9C;
}
.BgClassName
{
background-color: #78DB9C;
}
</style>
border-color css
<style>
span { border-color: #78DB9C; }
span { border-color: rgb(120,219,156); }
td.TdClassName
{
border-color: #78DB9C;
}
.TagClassName
{
border-color: #78DB9C;
}
</style>