#79D6BF

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

Shades of Downy #79D6BF

Tints of Downy #79D6BF

Color information

#79D6BF (or 0x79D6BF) is unknown color: approx Downy. HEX triplet: 79, D6 and BF. RGB value is (121,214,191). Sum of RGB (Red+Green+Blue) = 121+214+191=526 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.00% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #79D6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D6BF is #862940. Grayscale: #B7B7B7. Windows color (decimal): -8792385 or 12572281. OLE color: 12572281.

HSL color Cylindrical-coordinate representation of color #79D6BF: hue angle of 165.16º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79D6BF is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB121214191-
CMYK0.4300.110.16
HSL165.16º53.14%65.69%-
HSV(B)165.16º43.46%83.92%-
XYZ41.3455.9257.91-
YUV183.57132.1983.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.00%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 191 (75% from 255) = 36.31%
R=23.00%
G=40.68%
B=36.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1212141910.4300.110.16165.1653.1465.69
Hex79D6BF2B0B10a53542
Octal171326277530132024565102
Binary111100111010110101111111010110101110000101001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,214,191); }

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

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

 a { background-color: rgb(121,214,191); }

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

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

 span { border-color: rgb(121,214,191); }

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