#79D2BC

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

Shades of Downy #79D2BC

Tints of Downy #79D2BC

Color information

#79D2BC (or 0x79D2BC) is unknown color: approx Downy. HEX triplet: 79, D2 and BC. RGB value is (121,210,188). Sum of RGB (Red+Green+Blue) = 121+210+188=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #79D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D2BC is #862D43. Grayscale: #B4B4B4. Windows color (decimal): -8793412 or 12374649. OLE color: 12374649.

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

Color convert

RGB121210188-
CMYK0.4200.100.18
HSL165.17º49.72%64.9%-
HSV(B)165.17º42.38%82.35%-
XYZ40.0153.7955.85-
YUV180.88132.0185.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.31%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=23.31%
G=40.46%
B=36.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1212101880.4200.100.18165.1749.7264.9
Hex79D2BC2A0A12a53241
Octal171322274520122224562101
Binary111100111010010101111001010100101010010101001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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