#79CCCB

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

Shades of Downy #79CCCB

Tints of Downy #79CCCB

Color information

#79CCCB (or 0x79CCCB) is unknown color: approx Downy. HEX triplet: 79, CC and CB. RGB value is (121,204,203). Sum of RGB (Red+Green+Blue) = 121+204+203=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #79CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CCCB is #863334. Grayscale: #B2B2B2. Windows color (decimal): -8794933 or 13356153. OLE color: 13356153.

HSL color Cylindrical-coordinate representation of color #79CCCB: hue angle of 179.28º 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 #79CCCB is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB121204203-
CMYK0.4100.000.2
HSL179.28º44.86%63.73%-
HSV(B)179.28º40.69%80%-
XYZ40.2651.5664.33-
YUV179.07141.586.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.92%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=22.92%
G=38.64%
B=38.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1212042030.4100.000.2179.2844.8663.73
Hex79CCCB290014b32d40
Octal17131431351002426355100
Binary111100111001100110010111010010010100101100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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