#78C6D0

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

Shades of Spray #78C6D0

Tints of Spray #78C6D0

Color information

#78C6D0 (or 0x78C6D0) is unknown color: approx Spray. HEX triplet: 78, C6 and D0. RGB value is (120,198,208). Sum of RGB (Red+Green+Blue) = 120+198+208=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #78C6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C6D0 is #87392F. Grayscale: #AFAFAF. Windows color (decimal): -8862000 or 13682296. OLE color: 13682296.

HSL color Cylindrical-coordinate representation of color #78C6D0: hue angle of 186.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78C6D0 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120198208-
CMYK0.420.0500.18
HSL186.82º48.35%64.31%-
HSV(B)186.82º42.31%81.57%-
XYZ39.3248.9467.05-
YUV175.82146.1688.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.81%
GREEN value IS 198 (77.73% from 255) = 37.64%
BLUE value IS 208 (81.64% from 255) = 39.54%
R=22.81%
G=37.64%
B=39.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201982080.420.0500.18186.8248.3564.31
Hex78C6D02A5012bb3040
Octal17030632052502227360100
Binary11110001100011011010000101010101010010101110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,198,208); }

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

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

 a { background-color: rgb(120,198,208); }

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

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

 span { border-color: rgb(120,198,208); }

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