#78D7CB

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

Shades of Downy #78D7CB

Tints of Downy #78D7CB

Color information

#78D7CB (or 0x78D7CB) is unknown color: approx Downy. HEX triplet: 78, D7 and CB. RGB value is (120,215,203). Sum of RGB (Red+Green+Blue) = 120+215+203=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #78D7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7CB is #872834. Grayscale: #B9B9B9. Windows color (decimal): -8857653 or 13358968. OLE color: 13358968.

HSL color Cylindrical-coordinate representation of color #78D7CB: hue angle of 172.42º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D7CB is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB120215203-
CMYK0.4400.060.16
HSL172.42º54.29%65.69%-
HSV(B)172.42º44.19%84.31%-
XYZ42.8356.9165.23-
YUV185.23138.0381.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=22.30%
G=39.96%
B=37.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202152030.4400.060.16172.4254.2965.69
Hex78D7CB2C0610ac3642
Octal17032731354062025466102
Binary11110001101011111001011101100011010000101011001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,215,203); }

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

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

 a { background-color: rgb(120,215,203); }

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

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

 span { border-color: rgb(120,215,203); }

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