#78D2BB

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

Shades of Downy #78D2BB

Tints of Downy #78D2BB

Color information

#78D2BB (or 0x78D2BB) is unknown color: approx Downy. HEX triplet: 78, D2 and BB. RGB value is (120,210,187). Sum of RGB (Red+Green+Blue) = 120+210+187=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #78D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D2BB is #872D44. Grayscale: #B4B4B4. Windows color (decimal): -8858949 or 12309112. OLE color: 12309112.

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

Color convert

RGB120210187-
CMYK0.4300.110.18
HSL164.67º50%64.71%-
HSV(B)164.67º42.86%82.35%-
XYZ39.7653.6755.28-
YUV180.47131.6884.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.21%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=23.21%
G=40.62%
B=36.17%

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
Decimal1202101870.4300.110.18164.675064.71
Hex78D2BB2B0B12a53241
Octal170322273530132224562101
Binary111100011010010101110111010110101110010101001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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