Shades of Medium Aquamarine #78DFB0
Tints of Medium Aquamarine #78DFB0
RGB
CMYK
RGB Variations
Color information
#78DFB0 (or 0x78DFB0) is known color: Medium Aquamarine. HEX triplet: 78, DF and B0. RGB value is (120,223,176). Sum of RGB (Red+Green+Blue) = 120+223+176=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #78DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DFB0 is #87204F. Grayscale: #BABABA. Windows color (decimal): -8855632 or 11591544. OLE color: 11591544.
HSL color Cylindrical-coordinate representation of color #78DFB0: hue angle of 152.62º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DFB0 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 176 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.13 |
| HSL | 152.62º | 0.62% | 0.67% | - |
| HSV(B) | 152.62º | 0.46% | 0.87% | - |
| XYZ | 41.97 | 59.9 | 50.42 | - |
| YUV | 186.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 176 | 0.46 | 0 | 0.21 | 0.13 | 152.62 | 0.62 | 0.67 |
| Hex | 78 | DF | B0 | 2E | 0 | 15 | D | 99 | 3E | 43 |
| Octal | 170 | 337 | 260 | 56 | 0 | 25 | 15 | 231 | 76 | 103 |
| Binary | 1111000 | 11011111 | 10110000 | 101110 | 0 | 10101 | 1101 | 10011001 | 111110 | 1000011 |
Color Harmonies of #78DFB0
Complementary color
Monochromatic Colors of #78DFB0
Black with #78DFB0
Text Example
Text Example
White with #78DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFB0; }
p { color: rgb(120,223,176); }
H1.HeaderClassName
{
color: #78DFB0;
}
.AnyTagClassName
{
color: #78DFB0;
}
</style>
background-color css
<style>
a { background-color: #78DFB0; }
a { background-color: rgb(120,223,176); }
div.DivClassName
{
background-color: #78DFB0;
}
.BgClassName
{
background-color: #78DFB0;
}
</style>
border-color css
<style>
span { border-color: #78DFB0; }
span { border-color: rgb(120,223,176); }
td.TdClassName
{
border-color: #78DFB0;
}
.TagClassName
{
border-color: #78DFB0;
}
</style>