#78CCBE

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

Shades of Downy #78CCBE

Tints of Downy #78CCBE

Color information

#78CCBE (or 0x78CCBE) is unknown color: approx Downy. HEX triplet: 78, CC and BE. RGB value is (120,204,190). Sum of RGB (Red+Green+Blue) = 120+204+190=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCBE is #873341. Grayscale: #B1B1B1. Windows color (decimal): -8860482 or 12504184. OLE color: 12504184.

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

Color convert

RGB120204190-
CMYK0.4100.070.2
HSL170º45.16%63.53%-
HSV(B)170º41.18%80%-
XYZ38.6350.956.5-
YUV177.29135.1787.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.35%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=23.35%
G=39.69%
B=36.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202041900.4100.070.217045.1663.53
Hex78CCBE290714aa2d40
Octal17031427651072425255100
Binary11110001100110010111110101001011110100101010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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