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