Shades of Spray #78D3DB
Tints of Spray #78D3DB
RGB
CMYK
RGB Variations
Color information
#78D3DB (or 0x78D3DB) is known color: Spray. HEX triplet: 78, D3 and DB. RGB value is (120,211,219). Sum of RGB (Red+Green+Blue) = 120+211+219=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #78D3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D3DB is #872C24. Grayscale: #B8B8B8. Windows color (decimal): -8858661 or 14406520. OLE color: 14406520.
HSL color Cylindrical-coordinate representation of color #78D3DB: hue angle of 184.85º 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 #78D3DB is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 211 | 219 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.14 |
| HSL | 184.85º | 0.58% | 0.66% | - |
| HSV(B) | 184.85º | 0.45% | 0.86% | - |
| XYZ | 43.83 | 55.7 | 75.46 | - |
| YUV | 184.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 211 | 219 | 0.45 | 0.04 | 0 | 0.14 | 184.85 | 0.58 | 0.66 |
| Hex | 78 | D3 | DB | 2D | 4 | 0 | E | B9 | 3A | 42 |
| Octal | 170 | 323 | 333 | 55 | 4 | 0 | 16 | 271 | 72 | 102 |
| Binary | 1111000 | 11010011 | 11011011 | 101101 | 100 | 0 | 1110 | 10111001 | 111010 | 1000010 |
Color Harmonies of #78D3DB
Complementary color
Monochromatic Colors of #78D3DB
Black with #78D3DB
Text Example
Text Example
White with #78D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D3DB; }
p { color: rgb(120,211,219); }
H1.HeaderClassName
{
color: #78D3DB;
}
.AnyTagClassName
{
color: #78D3DB;
}
</style>
background-color css
<style>
a { background-color: #78D3DB; }
a { background-color: rgb(120,211,219); }
div.DivClassName
{
background-color: #78D3DB;
}
.BgClassName
{
background-color: #78D3DB;
}
</style>
border-color css
<style>
span { border-color: #78D3DB; }
span { border-color: rgb(120,211,219); }
td.TdClassName
{
border-color: #78D3DB;
}
.TagClassName
{
border-color: #78D3DB;
}
</style>