Shades of Spray #78C2E0
Tints of Spray #78C2E0
RGB
CMYK
RGB Variations
Color information
#78C2E0 (or 0x78C2E0) is known color: Spray. HEX triplet: 78, C2 and E0. RGB value is (120,194,224). Sum of RGB (Red+Green+Blue) = 120+194+224=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #78C2E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C2E0 is #873D1F. Grayscale: #AFAFAF. Windows color (decimal): -8863008 or 14729848. OLE color: 14729848.
HSL color Cylindrical-coordinate representation of color #78C2E0: hue angle of 197.31º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C2E0 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 194 | 224 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.12 |
| HSL | 197.31º | 0.63% | 0.67% | - |
| HSV(B) | 197.31º | 0.46% | 0.88% | - |
| XYZ | 40.49 | 47.96 | 77.64 | - |
| YUV | 175.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 224 | 0.46 | 0.13 | 0 | 0.12 | 197.31 | 0.63 | 0.67 |
| Hex | 78 | C2 | E0 | 2E | D | 0 | C | C5 | 3F | 43 |
| Octal | 170 | 302 | 340 | 56 | 15 | 0 | 14 | 305 | 77 | 103 |
| Binary | 1111000 | 11000010 | 11100000 | 101110 | 1101 | 0 | 1100 | 11000101 | 111111 | 1000011 |
Color Harmonies of #78C2E0
Complementary color
Monochromatic Colors of #78C2E0
Black with #78C2E0
Text Example
Text Example
White with #78C2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2E0; }
p { color: rgb(120,194,224); }
H1.HeaderClassName
{
color: #78C2E0;
}
.AnyTagClassName
{
color: #78C2E0;
}
</style>
background-color css
<style>
a { background-color: #78C2E0; }
a { background-color: rgb(120,194,224); }
div.DivClassName
{
background-color: #78C2E0;
}
.BgClassName
{
background-color: #78C2E0;
}
</style>
border-color css
<style>
span { border-color: #78C2E0; }
span { border-color: rgb(120,194,224); }
td.TdClassName
{
border-color: #78C2E0;
}
.TagClassName
{
border-color: #78C2E0;
}
</style>