#78D1BB

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

Shades of Downy #78D1BB

Tints of Downy #78D1BB

Color information

#78D1BB (or 0x78D1BB) is unknown color: approx Downy. HEX triplet: 78, D1 and BB. RGB value is (120,209,187). Sum of RGB (Red+Green+Blue) = 120+209+187=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #78D1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D1BB is #872E44. Grayscale: #B3B3B3. Windows color (decimal): -8859205 or 12308856. OLE color: 12308856.

HSL color Cylindrical-coordinate representation of color #78D1BB: hue angle of 165.17º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D1BB is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB120209187-
CMYK0.4300.110.18
HSL165.17º49.17%64.51%-
HSV(B)165.17º42.58%81.96%-
XYZ39.5253.1855.2-
YUV179.88132.0185.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.26%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=23.26%
G=40.50%
B=36.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202091870.4300.110.18165.1749.1764.51
Hex78D1BB2B0B12a53141
Octal170321273530132224561101
Binary111100011010001101110111010110101110010101001011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,209,187); }

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

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

 a { background-color: rgb(120,209,187); }

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

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

 span { border-color: rgb(120,209,187); }

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