#79D5BB

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

Shades of Downy #79D5BB

Tints of Downy #79D5BB

Color information

#79D5BB (or 0x79D5BB) is unknown color: approx Downy. HEX triplet: 79, D5 and BB. RGB value is (121,213,187). Sum of RGB (Red+Green+Blue) = 121+213+187=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #79D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D5BB is #862A44. Grayscale: #B6B6B6. Windows color (decimal): -8792645 or 12309881. OLE color: 12309881.

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

Color convert

RGB121213187-
CMYK0.4300.120.16
HSL163.04º52.27%65.49%-
HSV(B)163.04º43.19%83.53%-
XYZ40.6555.2455.53-
YUV182.53130.5284.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.22%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=23.22%
G=40.88%
B=35.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1212131870.4300.120.16163.0452.2765.49
Hex79D5BB2B0C10a33441
Octal171325273530142024364101
Binary111100111010101101110111010110110010000101000111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,213,187); }

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

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

 a { background-color: rgb(121,213,187); }

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

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

 span { border-color: rgb(121,213,187); }

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