Shades of Spray #78D9D8
Tints of Spray #78D9D8
RGB
CMYK
RGB Variations
Color information
#78D9D8 (or 0x78D9D8) is known color: Spray. HEX triplet: 78, D9 and D8. RGB value is (120,217,216). Sum of RGB (Red+Green+Blue) = 120+217+216=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #78D9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D9D8 is #872627. Grayscale: #BBBBBB. Windows color (decimal): -8857128 or 14211448. OLE color: 14211448.
HSL color Cylindrical-coordinate representation of color #78D9D8: hue angle of 179.38º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D9D8 is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 216 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.15 |
| HSL | 179.38º | 0.56% | 0.66% | - |
| HSV(B) | 179.38º | 0.45% | 0.85% | - |
| XYZ | 44.95 | 58.58 | 73.9 | - |
| YUV | 187.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 216 | 0.45 | 0 | 0.00 | 0.15 | 179.38 | 0.56 | 0.66 |
| Hex | 78 | D9 | D8 | 2D | 0 | 0 | F | B3 | 38 | 42 |
| Octal | 170 | 331 | 330 | 55 | 0 | 0 | 17 | 263 | 70 | 102 |
| Binary | 1111000 | 11011001 | 11011000 | 101101 | 0 | 0 | 1111 | 10110011 | 111000 | 1000010 |
Color Harmonies of #78D9D8
Complementary color
Monochromatic Colors of #78D9D8
Black with #78D9D8
Text Example
Text Example
White with #78D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D9D8; }
p { color: rgb(120,217,216); }
H1.HeaderClassName
{
color: #78D9D8;
}
.AnyTagClassName
{
color: #78D9D8;
}
</style>
background-color css
<style>
a { background-color: #78D9D8; }
a { background-color: rgb(120,217,216); }
div.DivClassName
{
background-color: #78D9D8;
}
.BgClassName
{
background-color: #78D9D8;
}
</style>
border-color css
<style>
span { border-color: #78D9D8; }
span { border-color: rgb(120,217,216); }
td.TdClassName
{
border-color: #78D9D8;
}
.TagClassName
{
border-color: #78D9D8;
}
</style>