Shades of Spray #78D5E0
Tints of Spray #78D5E0
RGB
CMYK
RGB Variations
Color information
#78D5E0 (or 0x78D5E0) is known color: Spray. HEX triplet: 78, D5 and E0. RGB value is (120,213,224). Sum of RGB (Red+Green+Blue) = 120+213+224=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #78D5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D5E0 is #872A1F. Grayscale: #BABABA. Windows color (decimal): -8858144 or 14734712. OLE color: 14734712.
HSL color Cylindrical-coordinate representation of color #78D5E0: hue angle of 186.35º 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 #78D5E0 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 213 | 224 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.12 |
| HSL | 186.35º | 0.63% | 0.67% | - |
| HSV(B) | 186.35º | 0.46% | 0.88% | - |
| XYZ | 44.99 | 56.96 | 79.14 | - |
| YUV | 186.45 | 149.19 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 224 | 0.46 | 0.05 | 0 | 0.12 | 186.35 | 0.63 | 0.67 |
| Hex | 78 | D5 | E0 | 2E | 5 | 0 | C | BA | 3F | 43 |
| Octal | 170 | 325 | 340 | 56 | 5 | 0 | 14 | 272 | 77 | 103 |
| Binary | 1111000 | 11010101 | 11100000 | 101110 | 101 | 0 | 1100 | 10111010 | 111111 | 1000011 |
Color Harmonies of #78D5E0
Complementary color
Monochromatic Colors of #78D5E0
Black with #78D5E0
Text Example
Text Example
White with #78D5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D5E0; }
p { color: rgb(120,213,224); }
H1.HeaderClassName
{
color: #78D5E0;
}
.AnyTagClassName
{
color: #78D5E0;
}
</style>
background-color css
<style>
a { background-color: #78D5E0; }
a { background-color: rgb(120,213,224); }
div.DivClassName
{
background-color: #78D5E0;
}
.BgClassName
{
background-color: #78D5E0;
}
</style>
border-color css
<style>
span { border-color: #78D5E0; }
span { border-color: rgb(120,213,224); }
td.TdClassName
{
border-color: #78D5E0;
}
.TagClassName
{
border-color: #78D5E0;
}
</style>