Shades of Spray #78CED3
Tints of Spray #78CED3
RGB
CMYK
RGB Variations
Color information
#78CED3 (or 0x78CED3) is known color: Spray. HEX triplet: 78, CE and D3. RGB value is (120,206,211). Sum of RGB (Red+Green+Blue) = 120+206+211=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #78CED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CED3 is #87312C. Grayscale: #B4B4B4. Windows color (decimal): -8859949 or 13880952. OLE color: 13880952.
HSL color Cylindrical-coordinate representation of color #78CED3: hue angle of 183.3º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78CED3 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 206 | 211 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.17 |
| HSL | 183.3º | 0.51% | 0.65% | - |
| HSV(B) | 183.3º | 0.43% | 0.83% | - |
| XYZ | 41.57 | 52.84 | 69.64 | - |
| YUV | 180.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 211 | 0.43 | 0.02 | 0 | 0.17 | 183.3 | 0.51 | 0.65 |
| Hex | 78 | CE | D3 | 2B | 2 | 0 | 11 | B7 | 33 | 41 |
| Octal | 170 | 316 | 323 | 53 | 2 | 0 | 21 | 267 | 63 | 101 |
| Binary | 1111000 | 11001110 | 11010011 | 101011 | 10 | 0 | 10001 | 10110111 | 110011 | 1000001 |
Color Harmonies of #78CED3
Complementary color
Monochromatic Colors of #78CED3
Black with #78CED3
Text Example
Text Example
White with #78CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CED3; }
p { color: rgb(120,206,211); }
H1.HeaderClassName
{
color: #78CED3;
}
.AnyTagClassName
{
color: #78CED3;
}
</style>
background-color css
<style>
a { background-color: #78CED3; }
a { background-color: rgb(120,206,211); }
div.DivClassName
{
background-color: #78CED3;
}
.BgClassName
{
background-color: #78CED3;
}
</style>
border-color css
<style>
span { border-color: #78CED3; }
span { border-color: rgb(120,206,211); }
td.TdClassName
{
border-color: #78CED3;
}
.TagClassName
{
border-color: #78CED3;
}
</style>