Shades of Spray #78D1DA
Tints of Spray #78D1DA
RGB
CMYK
RGB Variations
Color information
#78D1DA (or 0x78D1DA) is known color: Spray. HEX triplet: 78, D1 and DA. RGB value is (120,209,218). Sum of RGB (Red+Green+Blue) = 120+209+218=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #78D1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1DA is #872E25. Grayscale: #B7B7B7. Windows color (decimal): -8859174 or 14340472. OLE color: 14340472.
HSL color Cylindrical-coordinate representation of color #78D1DA: hue angle of 185.51º degrees, saturation: 0.57, 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 #78D1DA is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 209 | 218 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.15 |
| HSL | 185.51º | 0.57% | 0.66% | - |
| HSV(B) | 185.51º | 0.45% | 0.85% | - |
| XYZ | 43.2 | 54.66 | 74.6 | - |
| YUV | 183.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 209 | 218 | 0.45 | 0.04 | 0 | 0.15 | 185.51 | 0.57 | 0.66 |
| Hex | 78 | D1 | DA | 2D | 4 | 0 | F | BA | 39 | 42 |
| Octal | 170 | 321 | 332 | 55 | 4 | 0 | 17 | 272 | 71 | 102 |
| Binary | 1111000 | 11010001 | 11011010 | 101101 | 100 | 0 | 1111 | 10111010 | 111001 | 1000010 |
Color Harmonies of #78D1DA
Complementary color
Monochromatic Colors of #78D1DA
Black with #78D1DA
Text Example
Text Example
White with #78D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D1DA; }
p { color: rgb(120,209,218); }
H1.HeaderClassName
{
color: #78D1DA;
}
.AnyTagClassName
{
color: #78D1DA;
}
</style>
background-color css
<style>
a { background-color: #78D1DA; }
a { background-color: rgb(120,209,218); }
div.DivClassName
{
background-color: #78D1DA;
}
.BgClassName
{
background-color: #78D1DA;
}
</style>
border-color css
<style>
span { border-color: #78D1DA; }
span { border-color: rgb(120,209,218); }
td.TdClassName
{
border-color: #78D1DA;
}
.TagClassName
{
border-color: #78D1DA;
}
</style>