#78CEC6

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

Shades of Downy #78CEC6

Tints of Downy #78CEC6

Color information

#78CEC6 (or 0x78CEC6) is unknown color: approx Downy. HEX triplet: 78, CE and C6. RGB value is (120,206,198). Sum of RGB (Red+Green+Blue) = 120+206+198=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEC6 is #873139. Grayscale: #B3B3B3. Windows color (decimal): -8859962 or 13028984. OLE color: 13028984.

HSL color Cylindrical-coordinate representation of color #78CEC6: hue angle of 174.42º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CEC6 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB120206198-
CMYK0.4200.040.19
HSL174.42º46.74%63.92%-
HSV(B)174.42º41.75%80.78%-
XYZ40.0152.2161.4-
YUV179.37138.5185.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.90%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=22.90%
G=39.31%
B=37.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202061980.4200.040.19174.4246.7463.92
Hex78CEC62A0413ae2f40
Octal17031630652042325657100
Binary11110001100111011000110101010010010011101011101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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