Shades of Spray #78C9CB
Tints of Spray #78C9CB
RGB
CMYK
RGB Variations
Color information
#78C9CB (or 0x78C9CB) is known color: Spray. HEX triplet: 78, C9 and CB. RGB value is (120,201,203). Sum of RGB (Red+Green+Blue) = 120+201+203=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #78C9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C9CB is #873634. Grayscale: #B0B0B0. Windows color (decimal): -8861237 or 13355384. OLE color: 13355384.
HSL color Cylindrical-coordinate representation of color #78C9CB: hue angle of 181.45º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78C9CB is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 201 | 203 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.20 |
| HSL | 181.45º | 0.44% | 0.63% | - |
| HSV(B) | 181.45º | 0.41% | 0.8% | - |
| XYZ | 39.41 | 50.08 | 64.09 | - |
| YUV | 177.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 203 | 0.41 | 0.01 | 0 | 0.20 | 181.45 | 0.44 | 0.63 |
| Hex | 78 | C9 | CB | 29 | 1 | 0 | 14 | B5 | 2C | 3F |
| Octal | 170 | 311 | 313 | 51 | 1 | 0 | 24 | 265 | 54 | 77 |
| Binary | 1111000 | 11001001 | 11001011 | 101001 | 1 | 0 | 10100 | 10110101 | 101100 | 111111 |
Color Harmonies of #78C9CB
Complementary color
Monochromatic Colors of #78C9CB
Black with #78C9CB
Text Example
Text Example
White with #78C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C9CB; }
p { color: rgb(120,201,203); }
H1.HeaderClassName
{
color: #78C9CB;
}
.AnyTagClassName
{
color: #78C9CB;
}
</style>
background-color css
<style>
a { background-color: #78C9CB; }
a { background-color: rgb(120,201,203); }
div.DivClassName
{
background-color: #78C9CB;
}
.BgClassName
{
background-color: #78C9CB;
}
</style>
border-color css
<style>
span { border-color: #78C9CB; }
span { border-color: rgb(120,201,203); }
td.TdClassName
{
border-color: #78C9CB;
}
.TagClassName
{
border-color: #78C9CB;
}
</style>