Shades of Spray #78C9CC
Tints of Spray #78C9CC
RGB
CMYK
RGB Variations
Color information
#78C9CC (or 0x78C9CC) is known color: Spray. HEX triplet: 78, C9 and CC. RGB value is (120,201,204). Sum of RGB (Red+Green+Blue) = 120+201+204=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #78C9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C9CC is #873633. Grayscale: #B1B1B1. Windows color (decimal): -8861236 or 13420920. OLE color: 13420920.
HSL color Cylindrical-coordinate representation of color #78C9CC: hue angle of 182.14º 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 #78C9CC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 201 | 204 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.2 |
| HSL | 182.14º | 0.45% | 0.64% | - |
| HSV(B) | 182.14º | 0.41% | 0.8% | - |
| XYZ | 39.53 | 50.13 | 64.72 | - |
| YUV | 177.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 204 | 0.41 | 0.01 | 0 | 0.2 | 182.14 | 0.45 | 0.64 |
| Hex | 78 | C9 | CC | 29 | 1 | 0 | 14 | B6 | 2D | 40 |
| Octal | 170 | 311 | 314 | 51 | 1 | 0 | 24 | 266 | 55 | 100 |
| Binary | 1111000 | 11001001 | 11001100 | 101001 | 1 | 0 | 10100 | 10110110 | 101101 | 1000000 |
Color Harmonies of #78C9CC
Complementary color
Monochromatic Colors of #78C9CC
Black with #78C9CC
Text Example
Text Example
White with #78C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C9CC; }
p { color: rgb(120,201,204); }
H1.HeaderClassName
{
color: #78C9CC;
}
.AnyTagClassName
{
color: #78C9CC;
}
</style>
background-color css
<style>
a { background-color: #78C9CC; }
a { background-color: rgb(120,201,204); }
div.DivClassName
{
background-color: #78C9CC;
}
.BgClassName
{
background-color: #78C9CC;
}
</style>
border-color css
<style>
span { border-color: #78C9CC; }
span { border-color: rgb(120,201,204); }
td.TdClassName
{
border-color: #78C9CC;
}
.TagClassName
{
border-color: #78C9CC;
}
</style>