Shades of Spray #78D6DB
Tints of Spray #78D6DB
RGB
CMYK
RGB Variations
Color information
#78D6DB (or 0x78D6DB) is known color: Spray. HEX triplet: 78, D6 and DB. RGB value is (120,214,219). Sum of RGB (Red+Green+Blue) = 120+214+219=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #78D6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D6DB is #872924. Grayscale: #BABABA. Windows color (decimal): -8857893 or 14407288. OLE color: 14407288.
HSL color Cylindrical-coordinate representation of color #78D6DB: hue angle of 183.03º 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 #78D6DB is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 214 | 219 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.14 |
| HSL | 183.03º | 0.58% | 0.66% | - |
| HSV(B) | 183.03º | 0.45% | 0.86% | - |
| XYZ | 44.58 | 57.2 | 75.71 | - |
| YUV | 186.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 219 | 0.45 | 0.02 | 0 | 0.14 | 183.03 | 0.58 | 0.66 |
| Hex | 78 | D6 | DB | 2D | 2 | 0 | E | B7 | 3A | 42 |
| Octal | 170 | 326 | 333 | 55 | 2 | 0 | 16 | 267 | 72 | 102 |
| Binary | 1111000 | 11010110 | 11011011 | 101101 | 10 | 0 | 1110 | 10110111 | 111010 | 1000010 |
Color Harmonies of #78D6DB
Complementary color
Monochromatic Colors of #78D6DB
Black with #78D6DB
Text Example
Text Example
White with #78D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D6DB; }
p { color: rgb(120,214,219); }
H1.HeaderClassName
{
color: #78D6DB;
}
.AnyTagClassName
{
color: #78D6DB;
}
</style>
background-color css
<style>
a { background-color: #78D6DB; }
a { background-color: rgb(120,214,219); }
div.DivClassName
{
background-color: #78D6DB;
}
.BgClassName
{
background-color: #78D6DB;
}
</style>
border-color css
<style>
span { border-color: #78D6DB; }
span { border-color: rgb(120,214,219); }
td.TdClassName
{
border-color: #78D6DB;
}
.TagClassName
{
border-color: #78D6DB;
}
</style>