#78C9CC

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

Shades of Spray #78C9CC

Tints of Spray #78C9CC

Color information

#78C9CC (or 0x78C9CC) is unknown color: approx Spray. HEX triplet: 78, C9 and CC. RGB value is (120,201,204). Sum of RGB (Red+Green+Blue) = 120+201+204=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #78C9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C9CC is #873633. Grayscale: #B1B1B1. Windows color (decimal): -8861236 or 13420920. OLE color: 13420920.

HSL color Cylindrical-coordinate representation of color #78C9CC: hue angle of 182.14º degrees, saturation: 0.45, 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 #78C9CC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB120201204-
CMYK0.410.0100.2
HSL182.14º45.16%63.53%-
HSV(B)182.14º41.18%80%-
XYZ39.5350.1364.72-
YUV177.12143.1687.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.86%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=22.86%
G=38.29%
B=38.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202012040.410.0100.2182.1445.1663.53
Hex78C9CC291014b62d40
Octal17031131451102426655100
Binary111100011001001110011001010011010100101101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,201,204); }

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

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

 a { background-color: rgb(120,201,204); }

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

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

 span { border-color: rgb(120,201,204); }

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