#79CBC4

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

Shades of Downy #79CBC4

Tints of Downy #79CBC4

Color information

#79CBC4 (or 0x79CBC4) is unknown color: approx Downy. HEX triplet: 79, CB and C4. RGB value is (121,203,196). Sum of RGB (Red+Green+Blue) = 121+203+196=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #79CBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBC4 is #86343B. Grayscale: #B1B1B1. Windows color (decimal): -8795196 or 12897145. OLE color: 12897145.

HSL color Cylindrical-coordinate representation of color #79CBC4: hue angle of 174.88º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CBC4 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB121203196-
CMYK0.4000.030.20
HSL174.88º44.09%63.53%-
HSV(B)174.88º40.39%79.61%-
XYZ39.250.7659.96-
YUV177.68138.3387.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.27%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=23.27%
G=39.04%
B=37.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1212031960.4000.030.20174.8844.0963.53
Hex79CBC4280314af2c40
Octal17131330450032425754100
Binary1111001110010111100010010100001110100101011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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