#78C5CD

Color #78C5CD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #78C5CD

Tints of Spray #78C5CD

Color information

#78C5CD (or 0x78C5CD) is unknown color: approx Spray. HEX triplet: 78, C5 and CD. RGB value is (120,197,205). Sum of RGB (Red+Green+Blue) = 120+197+205=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #78C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C5CD is #873A32. Grayscale: #AEAEAE. Windows color (decimal): -8862259 or 13485432. OLE color: 13485432.

HSL color Cylindrical-coordinate representation of color #78C5CD: hue angle of 185.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78C5CD is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120197205-
CMYK0.410.0400.20
HSL185.65º45.95%63.73%-
HSV(B)185.65º41.46%80.39%-
XYZ38.7348.3365.05-
YUV174.89144.9988.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 22.99%
GREEN value IS 197 (77.34% from 255) = 37.74%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=22.99%
G=37.74%
B=39.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201972050.410.0400.20185.6545.9563.73
Hex78C5CD294014ba2e40
Octal17030531551402427256100
Binary11110001100010111001101101001100010100101110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78C5CD; }

 p { color: rgb(120,197,205); }

 H1.HeaderClassName
 {
   color: #78C5CD;
 }
 .AnyTagClassName
 {
   color: #78C5CD;
 }
</style>
background-color css

<style>
 a { background-color: #78C5CD; }

 a { background-color: rgb(120,197,205); }

 div.DivClassName
 {
   background-color: #78C5CD;
 }
 .BgClassName
 {
   background-color: #78C5CD;
 }
</style>
border-color css

<style>
 span { border-color: #78C5CD; }

 span { border-color: rgb(120,197,205); }

 td.TdClassName
 {
   border-color: #78C5CD;
 }
 .TagClassName
 {
   border-color: #78C5CD;
 }
</style>