#79D6CA

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

Shades of Downy #79D6CA

Tints of Downy #79D6CA

Color information

#79D6CA (or 0x79D6CA) is unknown color: approx Downy. HEX triplet: 79, D6 and CA. RGB value is (121,214,202). Sum of RGB (Red+Green+Blue) = 121+214+202=537 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.53% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #79D6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D6CA is #862935. Grayscale: #B8B8B8. Windows color (decimal): -8792374 or 13293177. OLE color: 13293177.

HSL color Cylindrical-coordinate representation of color #79D6CA: hue angle of 172.26º 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 #79D6CA is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB121214202-
CMYK0.4300.060.16
HSL172.26º53.14%65.69%-
HSV(B)172.26º43.46%83.92%-
XYZ42.5956.4264.52-
YUV184.82137.6982.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.53%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=22.53%
G=39.85%
B=37.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1212142020.4300.060.16172.2653.1465.69
Hex79D6CA2B0610ac3542
Octal17132631253062025465102
Binary11110011101011011001010101011011010000101011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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