Shades of Spray #78CDDD
Tints of Spray #78CDDD
RGB
CMYK
RGB Variations
Color information
#78CDDD (or 0x78CDDD) is known color: Spray. HEX triplet: 78, CD and DD. RGB value is (120,205,221). Sum of RGB (Red+Green+Blue) = 120+205+221=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #78CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDDD is #873222. Grayscale: #B5B5B5. Windows color (decimal): -8860195 or 14536056. OLE color: 14536056.
HSL color Cylindrical-coordinate representation of color #78CDDD: hue angle of 189.5º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78CDDD is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 205 | 221 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.13 |
| HSL | 189.5º | 0.6% | 0.67% | - |
| HSV(B) | 189.5º | 0.46% | 0.87% | - |
| XYZ | 42.63 | 52.88 | 76.37 | - |
| YUV | 181.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 205 | 221 | 0.46 | 0.07 | 0 | 0.13 | 189.5 | 0.6 | 0.67 |
| Hex | 78 | CD | DD | 2E | 7 | 0 | D | BE | 3C | 43 |
| Octal | 170 | 315 | 335 | 56 | 7 | 0 | 15 | 276 | 74 | 103 |
| Binary | 1111000 | 11001101 | 11011101 | 101110 | 111 | 0 | 1101 | 10111110 | 111100 | 1000011 |
Color Harmonies of #78CDDD
Complementary color
Monochromatic Colors of #78CDDD
Black with #78CDDD
Text Example
Text Example
White with #78CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CDDD; }
p { color: rgb(120,205,221); }
H1.HeaderClassName
{
color: #78CDDD;
}
.AnyTagClassName
{
color: #78CDDD;
}
</style>
background-color css
<style>
a { background-color: #78CDDD; }
a { background-color: rgb(120,205,221); }
div.DivClassName
{
background-color: #78CDDD;
}
.BgClassName
{
background-color: #78CDDD;
}
</style>
border-color css
<style>
span { border-color: #78CDDD; }
span { border-color: rgb(120,205,221); }
td.TdClassName
{
border-color: #78CDDD;
}
.TagClassName
{
border-color: #78CDDD;
}
</style>