Shades of Spray #78CFDC
Tints of Spray #78CFDC
RGB
CMYK
RGB Variations
Color information
#78CFDC (or 0x78CFDC) is known color: Spray. HEX triplet: 78, CF and DC. RGB value is (120,207,220). Sum of RGB (Red+Green+Blue) = 120+207+220=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #78CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFDC is #873023. Grayscale: #B6B6B6. Windows color (decimal): -8859684 or 14471032. OLE color: 14471032.
HSL color Cylindrical-coordinate representation of color #78CFDC: hue angle of 187.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78CFDC is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 207 | 220 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.14 |
| HSL | 187.8º | 0.59% | 0.67% | - |
| HSV(B) | 187.8º | 0.45% | 0.86% | - |
| XYZ | 42.98 | 53.79 | 75.83 | - |
| YUV | 182.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 220 | 0.45 | 0.06 | 0 | 0.14 | 187.8 | 0.59 | 0.67 |
| Hex | 78 | CF | DC | 2D | 6 | 0 | E | BC | 3B | 43 |
| Octal | 170 | 317 | 334 | 55 | 6 | 0 | 16 | 274 | 73 | 103 |
| Binary | 1111000 | 11001111 | 11011100 | 101101 | 110 | 0 | 1110 | 10111100 | 111011 | 1000011 |
Color Harmonies of #78CFDC
Complementary color
Monochromatic Colors of #78CFDC
Black with #78CFDC
Text Example
Text Example
White with #78CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFDC; }
p { color: rgb(120,207,220); }
H1.HeaderClassName
{
color: #78CFDC;
}
.AnyTagClassName
{
color: #78CFDC;
}
</style>
background-color css
<style>
a { background-color: #78CFDC; }
a { background-color: rgb(120,207,220); }
div.DivClassName
{
background-color: #78CFDC;
}
.BgClassName
{
background-color: #78CFDC;
}
</style>
border-color css
<style>
span { border-color: #78CFDC; }
span { border-color: rgb(120,207,220); }
td.TdClassName
{
border-color: #78CFDC;
}
.TagClassName
{
border-color: #78CFDC;
}
</style>