#79CCCA

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

Shades of Downy #79CCCA

Tints of Downy #79CCCA

Color information

#79CCCA (or 0x79CCCA) is unknown color: approx Downy. HEX triplet: 79, CC and CA. RGB value is (121,204,202). Sum of RGB (Red+Green+Blue) = 121+204+202=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #79CCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CCCA is #863335. Grayscale: #B2B2B2. Windows color (decimal): -8794934 or 13290617. OLE color: 13290617.

HSL color Cylindrical-coordinate representation of color #79CCCA: hue angle of 178.55º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CCCA is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB121204202-
CMYK0.4100.010.2
HSL178.55º44.86%63.73%-
HSV(B)178.55º40.69%80%-
XYZ40.1451.5163.7-
YUV178.9614186.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.96%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=22.96%
G=38.71%
B=38.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1212042020.4100.010.2178.5544.8663.73
Hex79CCCA290114b32d40
Octal17131431251012426355100
Binary111100111001100110010101010010110100101100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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