Shades of Medium Aquamarine #78DFB1
Tints of Medium Aquamarine #78DFB1
RGB
CMYK
RGB Variations
Color information
#78DFB1 (or 0x78DFB1) is known color: Medium Aquamarine. HEX triplet: 78, DF and B1. RGB value is (120,223,177). Sum of RGB (Red+Green+Blue) = 120+223+177=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #78DFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DFB1 is #87204E. Grayscale: #BBBBBB. Windows color (decimal): -8855631 or 11657080. OLE color: 11657080.
HSL color Cylindrical-coordinate representation of color #78DFB1: hue angle of 153.2º 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 #78DFB1 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 177 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.13 |
| HSL | 153.2º | 0.62% | 0.67% | - |
| HSV(B) | 153.2º | 0.46% | 0.87% | - |
| XYZ | 42.07 | 59.94 | 50.95 | - |
| YUV | 186.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 177 | 0.46 | 0 | 0.21 | 0.13 | 153.2 | 0.62 | 0.67 |
| Hex | 78 | DF | B1 | 2E | 0 | 15 | D | 99 | 3E | 43 |
| Octal | 170 | 337 | 261 | 56 | 0 | 25 | 15 | 231 | 76 | 103 |
| Binary | 1111000 | 11011111 | 10110001 | 101110 | 0 | 10101 | 1101 | 10011001 | 111110 | 1000011 |
Color Harmonies of #78DFB1
Complementary color
Monochromatic Colors of #78DFB1
Black with #78DFB1
Text Example
Text Example
White with #78DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DFB1; }
p { color: rgb(120,223,177); }
H1.HeaderClassName
{
color: #78DFB1;
}
.AnyTagClassName
{
color: #78DFB1;
}
</style>
background-color css
<style>
a { background-color: #78DFB1; }
a { background-color: rgb(120,223,177); }
div.DivClassName
{
background-color: #78DFB1;
}
.BgClassName
{
background-color: #78DFB1;
}
</style>
border-color css
<style>
span { border-color: #78DFB1; }
span { border-color: rgb(120,223,177); }
td.TdClassName
{
border-color: #78DFB1;
}
.TagClassName
{
border-color: #78DFB1;
}
</style>