#79C9C2

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

Shades of Downy #79C9C2

Tints of Downy #79C9C2

Color information

#79C9C2 (or 0x79C9C2) is unknown color: approx Downy. HEX triplet: 79, C9 and C2. RGB value is (121,201,194). Sum of RGB (Red+Green+Blue) = 121+201+194=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #79C9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C9C2 is #86363D. Grayscale: #B0B0B0. Windows color (decimal): -8795710 or 12765561. OLE color: 12765561.

HSL color Cylindrical-coordinate representation of color #79C9C2: hue angle of 174.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C9C2 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB121201194-
CMYK0.4000.030.21
HSL174.75º42.55%63.14%-
HSV(B)174.75º39.8%78.82%-
XYZ38.5149.7358.61-
YUV176.2813888.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.45%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 194 (76.17% from 255) = 37.60%
R=23.45%
G=38.95%
B=37.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1212011940.4000.030.21174.7542.5563.14
Hex79C9C2280315af2b3f
Octal1713113025003252575377
Binary111100111001001110000101010000111010110101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,201,194); }

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

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

 a { background-color: rgb(121,201,194); }

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

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

 span { border-color: rgb(121,201,194); }

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