Shades of Spray #78D1D6
Tints of Spray #78D1D6
RGB
CMYK
RGB Variations
Color information
#78D1D6 (or 0x78D1D6) is known color: Spray. HEX triplet: 78, D1 and D6. RGB value is (120,209,214). Sum of RGB (Red+Green+Blue) = 120+209+214=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #78D1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1D6 is #872E29. Grayscale: #B6B6B6. Windows color (decimal): -8859178 or 14078328. OLE color: 14078328.
HSL color Cylindrical-coordinate representation of color #78D1D6: hue angle of 183.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D1D6 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 209 | 214 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.16 |
| HSL | 183.19º | 0.53% | 0.65% | - |
| HSV(B) | 183.19º | 0.44% | 0.84% | - |
| XYZ | 42.68 | 54.45 | 71.88 | - |
| YUV | 182.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 209 | 214 | 0.44 | 0.02 | 0 | 0.16 | 183.19 | 0.53 | 0.65 |
| Hex | 78 | D1 | D6 | 2C | 2 | 0 | 10 | B7 | 35 | 41 |
| Octal | 170 | 321 | 326 | 54 | 2 | 0 | 20 | 267 | 65 | 101 |
| Binary | 1111000 | 11010001 | 11010110 | 101100 | 10 | 0 | 10000 | 10110111 | 110101 | 1000001 |
Color Harmonies of #78D1D6
Complementary color
Monochromatic Colors of #78D1D6
Black with #78D1D6
Text Example
Text Example
White with #78D1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D1D6; }
p { color: rgb(120,209,214); }
H1.HeaderClassName
{
color: #78D1D6;
}
.AnyTagClassName
{
color: #78D1D6;
}
</style>
background-color css
<style>
a { background-color: #78D1D6; }
a { background-color: rgb(120,209,214); }
div.DivClassName
{
background-color: #78D1D6;
}
.BgClassName
{
background-color: #78D1D6;
}
</style>
border-color css
<style>
span { border-color: #78D1D6; }
span { border-color: rgb(120,209,214); }
td.TdClassName
{
border-color: #78D1D6;
}
.TagClassName
{
border-color: #78D1D6;
}
</style>