Shades of Spray #78C5CC
Tints of Spray #78C5CC
RGB
CMYK
RGB Variations
Color information
#78C5CC (or 0x78C5CC) is known color: Spray. HEX triplet: 78, C5 and CC. RGB value is (120,197,204). Sum of RGB (Red+Green+Blue) = 120+197+204=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #78C5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C5CC is #873A33. Grayscale: #AEAEAE. Windows color (decimal): -8862260 or 13419896. OLE color: 13419896.
HSL color Cylindrical-coordinate representation of color #78C5CC: hue angle of 185º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78C5CC is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 197 | 204 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.2 |
| HSL | 185º | 0.45% | 0.64% | - |
| HSV(B) | 185º | 0.41% | 0.8% | - |
| XYZ | 38.61 | 48.29 | 64.41 | - |
| YUV | 174.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 204 | 0.41 | 0.03 | 0 | 0.2 | 185 | 0.45 | 0.64 |
| Hex | 78 | C5 | CC | 29 | 3 | 0 | 14 | B9 | 2D | 40 |
| Octal | 170 | 305 | 314 | 51 | 3 | 0 | 24 | 271 | 55 | 100 |
| Binary | 1111000 | 11000101 | 11001100 | 101001 | 11 | 0 | 10100 | 10111001 | 101101 | 1000000 |
Color Harmonies of #78C5CC
Complementary color
Monochromatic Colors of #78C5CC
Black with #78C5CC
Text Example
Text Example
White with #78C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C5CC; }
p { color: rgb(120,197,204); }
H1.HeaderClassName
{
color: #78C5CC;
}
.AnyTagClassName
{
color: #78C5CC;
}
</style>
background-color css
<style>
a { background-color: #78C5CC; }
a { background-color: rgb(120,197,204); }
div.DivClassName
{
background-color: #78C5CC;
}
.BgClassName
{
background-color: #78C5CC;
}
</style>
border-color css
<style>
span { border-color: #78C5CC; }
span { border-color: rgb(120,197,204); }
td.TdClassName
{
border-color: #78C5CC;
}
.TagClassName
{
border-color: #78C5CC;
}
</style>