#79DCC4

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

Shades of Downy #79DCC4

Tints of Downy #79DCC4

Color information

#79DCC4 (or 0x79DCC4) is unknown color: approx Downy. HEX triplet: 79, DC and C4. RGB value is (121,220,196). Sum of RGB (Red+Green+Blue) = 121+220+196=537 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.53% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #79DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DCC4 is #86233B. Grayscale: #BBBBBB. Windows color (decimal): -8790844 or 12901497. OLE color: 12901497.

HSL color Cylindrical-coordinate representation of color #79DCC4: hue angle of 165.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DCC4 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB121220196-
CMYK0.4500.110.14
HSL165.45º58.58%66.86%-
HSV(B)165.45º45%86.27%-
XYZ43.4459.2461.37-
YUV187.66132.780.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.53%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=22.53%
G=40.97%
B=36.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1212201960.4500.110.14165.4558.5866.86
Hex79DCC42D0BEa53b43
Octal171334304550131624573103
Binary11110011101110011000100101101010111110101001011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79DCC4; }

 p { color: rgb(121,220,196); }

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

<style>
 a { background-color: #79DCC4; }

 a { background-color: rgb(121,220,196); }

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

<style>
 span { border-color: #79DCC4; }

 span { border-color: rgb(121,220,196); }

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