Shades of Spray #78D0CF
Tints of Spray #78D0CF
RGB
CMYK
RGB Variations
Color information
#78D0CF (or 0x78D0CF) is known color: Spray. HEX triplet: 78, D0 and CF. RGB value is (120,208,207). Sum of RGB (Red+Green+Blue) = 120+208+207=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #78D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D0CF is #872F30. Grayscale: #B5B5B5. Windows color (decimal): -8859441 or 13619320. OLE color: 13619320.
HSL color Cylindrical-coordinate representation of color #78D0CF: hue angle of 179.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D0CF is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 207 | - |
| CMYK | 0.42 | 0 | 0.00 | 0.18 |
| HSL | 179.32º | 0.48% | 0.64% | - |
| HSV(B) | 179.32º | 0.42% | 0.82% | - |
| XYZ | 41.56 | 53.61 | 67.19 | - |
| YUV | 181.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 207 | 0.42 | 0 | 0.00 | 0.18 | 179.32 | 0.48 | 0.64 |
| Hex | 78 | D0 | CF | 2A | 0 | 0 | 12 | B3 | 30 | 40 |
| Octal | 170 | 320 | 317 | 52 | 0 | 0 | 22 | 263 | 60 | 100 |
| Binary | 1111000 | 11010000 | 11001111 | 101010 | 0 | 0 | 10010 | 10110011 | 110000 | 1000000 |
Color Harmonies of #78D0CF
Complementary color
Monochromatic Colors of #78D0CF
Black with #78D0CF
Text Example
Text Example
White with #78D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0CF; }
p { color: rgb(120,208,207); }
H1.HeaderClassName
{
color: #78D0CF;
}
.AnyTagClassName
{
color: #78D0CF;
}
</style>
background-color css
<style>
a { background-color: #78D0CF; }
a { background-color: rgb(120,208,207); }
div.DivClassName
{
background-color: #78D0CF;
}
.BgClassName
{
background-color: #78D0CF;
}
</style>
border-color css
<style>
span { border-color: #78D0CF; }
span { border-color: rgb(120,208,207); }
td.TdClassName
{
border-color: #78D0CF;
}
.TagClassName
{
border-color: #78D0CF;
}
</style>