Shades of Spray #78C8D1
Tints of Spray #78C8D1
RGB
CMYK
RGB Variations
Color information
#78C8D1 (or 0x78C8D1) is known color: Spray. HEX triplet: 78, C8 and D1. RGB value is (120,200,209). Sum of RGB (Red+Green+Blue) = 120+200+209=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #78C8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C8D1 is #87372E. Grayscale: #B0B0B0. Windows color (decimal): -8861487 or 13748344. OLE color: 13748344.
HSL color Cylindrical-coordinate representation of color #78C8D1: hue angle of 186.07º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78C8D1 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 200 | 209 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.18 |
| HSL | 186.07º | 0.49% | 0.65% | - |
| HSV(B) | 186.07º | 0.43% | 0.82% | - |
| XYZ | 39.91 | 49.91 | 67.85 | - |
| YUV | 177.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 209 | 0.43 | 0.04 | 0 | 0.18 | 186.07 | 0.49 | 0.65 |
| Hex | 78 | C8 | D1 | 2B | 4 | 0 | 12 | BA | 31 | 41 |
| Octal | 170 | 310 | 321 | 53 | 4 | 0 | 22 | 272 | 61 | 101 |
| Binary | 1111000 | 11001000 | 11010001 | 101011 | 100 | 0 | 10010 | 10111010 | 110001 | 1000001 |
Color Harmonies of #78C8D1
Complementary color
Monochromatic Colors of #78C8D1
Black with #78C8D1
Text Example
Text Example
White with #78C8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C8D1; }
p { color: rgb(120,200,209); }
H1.HeaderClassName
{
color: #78C8D1;
}
.AnyTagClassName
{
color: #78C8D1;
}
</style>
background-color css
<style>
a { background-color: #78C8D1; }
a { background-color: rgb(120,200,209); }
div.DivClassName
{
background-color: #78C8D1;
}
.BgClassName
{
background-color: #78C8D1;
}
</style>
border-color css
<style>
span { border-color: #78C8D1; }
span { border-color: rgb(120,200,209); }
td.TdClassName
{
border-color: #78C8D1;
}
.TagClassName
{
border-color: #78C8D1;
}
</style>