Shades of Spray #78CFDF
Tints of Spray #78CFDF
RGB
CMYK
RGB Variations
Color information
#78CFDF (or 0x78CFDF) is known color: Spray. HEX triplet: 78, CF and DF. RGB value is (120,207,223). Sum of RGB (Red+Green+Blue) = 120+207+223=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #78CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFDF is #873020. Grayscale: #B6B6B6. Windows color (decimal): -8859681 or 14667640. OLE color: 14667640.
HSL color Cylindrical-coordinate representation of color #78CFDF: hue angle of 189.32º degrees, saturation: 0.62, 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 #78CFDF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 207 | 223 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.13 |
| HSL | 189.32º | 0.62% | 0.67% | - |
| HSV(B) | 189.32º | 0.46% | 0.87% | - |
| XYZ | 43.38 | 53.95 | 77.94 | - |
| YUV | 182.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 223 | 0.46 | 0.07 | 0 | 0.13 | 189.32 | 0.62 | 0.67 |
| Hex | 78 | CF | DF | 2E | 7 | 0 | D | BD | 3E | 43 |
| Octal | 170 | 317 | 337 | 56 | 7 | 0 | 15 | 275 | 76 | 103 |
| Binary | 1111000 | 11001111 | 11011111 | 101110 | 111 | 0 | 1101 | 10111101 | 111110 | 1000011 |
Color Harmonies of #78CFDF
Complementary color
Monochromatic Colors of #78CFDF
Black with #78CFDF
Text Example
Text Example
White with #78CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFDF; }
p { color: rgb(120,207,223); }
H1.HeaderClassName
{
color: #78CFDF;
}
.AnyTagClassName
{
color: #78CFDF;
}
</style>
background-color css
<style>
a { background-color: #78CFDF; }
a { background-color: rgb(120,207,223); }
div.DivClassName
{
background-color: #78CFDF;
}
.BgClassName
{
background-color: #78CFDF;
}
</style>
border-color css
<style>
span { border-color: #78CFDF; }
span { border-color: rgb(120,207,223); }
td.TdClassName
{
border-color: #78CFDF;
}
.TagClassName
{
border-color: #78CFDF;
}
</style>