#78CEC5

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

Shades of Downy #78CEC5

Tints of Downy #78CEC5

Color information

#78CEC5 (or 0x78CEC5) is unknown color: approx Downy. HEX triplet: 78, CE and C5. RGB value is (120,206,197). Sum of RGB (Red+Green+Blue) = 120+206+197=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEC5 is #87313A. Grayscale: #B3B3B3. Windows color (decimal): -8859963 or 12963448. OLE color: 12963448.

HSL color Cylindrical-coordinate representation of color #78CEC5: hue angle of 173.72º 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 #78CEC5 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB120206197-
CMYK0.4200.040.19
HSL173.72º46.74%63.92%-
HSV(B)173.72º41.75%80.78%-
XYZ39.952.1760.79-
YUV179.26138.0185.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.94%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=22.94%
G=39.39%
B=37.67%

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
Decimal1202061970.4200.040.19173.7246.7463.92
Hex78CEC52A0413ae2f40
Octal17031630552042325657100
Binary11110001100111011000101101010010010011101011101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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