Shades of Spray #78CECF
Tints of Spray #78CECF
RGB
CMYK
RGB Variations
Color information
#78CECF (or 0x78CECF) is known color: Spray. HEX triplet: 78, CE and CF. RGB value is (120,206,207). Sum of RGB (Red+Green+Blue) = 120+206+207=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #78CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CECF is #873130. Grayscale: #B4B4B4. Windows color (decimal): -8859953 or 13618808. OLE color: 13618808.
HSL color Cylindrical-coordinate representation of color #78CECF: hue angle of 180.69º 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 #78CECF is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 207 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.19 |
| HSL | 180.69º | 0.48% | 0.64% | - |
| HSV(B) | 180.69º | 0.42% | 0.81% | - |
| XYZ | 41.08 | 52.64 | 67.03 | - |
| YUV | 180.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 207 | 0.42 | 0.00 | 0 | 0.19 | 180.69 | 0.48 | 0.64 |
| Hex | 78 | CE | CF | 2A | 0 | 0 | 13 | B5 | 30 | 40 |
| Octal | 170 | 316 | 317 | 52 | 0 | 0 | 23 | 265 | 60 | 100 |
| Binary | 1111000 | 11001110 | 11001111 | 101010 | 0 | 0 | 10011 | 10110101 | 110000 | 1000000 |
Color Harmonies of #78CECF
Complementary color
Monochromatic Colors of #78CECF
Black with #78CECF
Text Example
Text Example
White with #78CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CECF; }
p { color: rgb(120,206,207); }
H1.HeaderClassName
{
color: #78CECF;
}
.AnyTagClassName
{
color: #78CECF;
}
</style>
background-color css
<style>
a { background-color: #78CECF; }
a { background-color: rgb(120,206,207); }
div.DivClassName
{
background-color: #78CECF;
}
.BgClassName
{
background-color: #78CECF;
}
</style>
border-color css
<style>
span { border-color: #78CECF; }
span { border-color: rgb(120,206,207); }
td.TdClassName
{
border-color: #78CECF;
}
.TagClassName
{
border-color: #78CECF;
}
</style>