Shades of Spray #78CACF
Tints of Spray #78CACF
RGB
CMYK
RGB Variations
Color information
#78CACF (or 0x78CACF) is known color: Spray. HEX triplet: 78, CA and CF. RGB value is (120,202,207). Sum of RGB (Red+Green+Blue) = 120+202+207=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #78CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CACF is #873530. Grayscale: #B1B1B1. Windows color (decimal): -8860977 or 13617784. OLE color: 13617784.
HSL color Cylindrical-coordinate representation of color #78CACF: hue angle of 183.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CACF is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 202 | 207 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.19 |
| HSL | 183.45º | 0.48% | 0.64% | - |
| HSV(B) | 183.45º | 0.42% | 0.81% | - |
| XYZ | 40.13 | 50.74 | 66.71 | - |
| YUV | 178.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 207 | 0.42 | 0.02 | 0 | 0.19 | 183.45 | 0.48 | 0.64 |
| Hex | 78 | CA | CF | 2A | 2 | 0 | 13 | B7 | 30 | 40 |
| Octal | 170 | 312 | 317 | 52 | 2 | 0 | 23 | 267 | 60 | 100 |
| Binary | 1111000 | 11001010 | 11001111 | 101010 | 10 | 0 | 10011 | 10110111 | 110000 | 1000000 |
Color Harmonies of #78CACF
Complementary color
Monochromatic Colors of #78CACF
Black with #78CACF
Text Example
Text Example
White with #78CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CACF; }
p { color: rgb(120,202,207); }
H1.HeaderClassName
{
color: #78CACF;
}
.AnyTagClassName
{
color: #78CACF;
}
</style>
background-color css
<style>
a { background-color: #78CACF; }
a { background-color: rgb(120,202,207); }
div.DivClassName
{
background-color: #78CACF;
}
.BgClassName
{
background-color: #78CACF;
}
</style>
border-color css
<style>
span { border-color: #78CACF; }
span { border-color: rgb(120,202,207); }
td.TdClassName
{
border-color: #78CACF;
}
.TagClassName
{
border-color: #78CACF;
}
</style>