#78D2BC

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

Shades of Downy #78D2BC

Tints of Downy #78D2BC

Color information

#78D2BC (or 0x78D2BC) is unknown color: approx Downy. HEX triplet: 78, D2 and BC. RGB value is (120,210,188). Sum of RGB (Red+Green+Blue) = 120+210+188=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #78D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D2BC is #872D43. Grayscale: #B4B4B4. Windows color (decimal): -8858948 or 12374648. OLE color: 12374648.

HSL color Cylindrical-coordinate representation of color #78D2BC: hue angle of 165.33º degrees, saturation: 0.5, 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 #78D2BC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB120210188-
CMYK0.4300.100.18
HSL165.33º50%64.71%-
HSV(B)165.33º42.86%82.35%-
XYZ39.8753.7255.84-
YUV180.58132.1884.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.17%
GREEN value IS 210 (82.42% from 255) = 40.54%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=23.17%
G=40.54%
B=36.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202101880.4300.100.18165.335064.71
Hex78D2BC2B0A12a53241
Octal170322274530122224562101
Binary111100011010010101111001010110101010010101001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,210,188); }

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

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

 a { background-color: rgb(120,210,188); }

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

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

 span { border-color: rgb(120,210,188); }

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