#79CFBF

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

Shades of Downy #79CFBF

Tints of Downy #79CFBF

Color information

#79CFBF (or 0x79CFBF) is unknown color: approx Downy. HEX triplet: 79, CF and BF. RGB value is (121,207,191). Sum of RGB (Red+Green+Blue) = 121+207+191=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFBF is #863040. Grayscale: #B3B3B3. Windows color (decimal): -8794177 or 12570489. OLE color: 12570489.

HSL color Cylindrical-coordinate representation of color #79CFBF: hue angle of 168.84º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CFBF is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB121207191-
CMYK0.4200.080.19
HSL168.84º47.25%64.31%-
HSV(B)168.84º41.55%81.18%-
XYZ39.652.4557.33-
YUV179.46134.5186.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.31%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 191 (75% from 255) = 36.80%
R=23.31%
G=39.88%
B=36.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1212071910.4200.080.19168.8447.2564.31
Hex79CFBF2A0813a92f40
Octal171317277520102325157100
Binary111100111001111101111111010100100010011101010011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,207,191); }

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

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

 a { background-color: rgb(121,207,191); }

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

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

 span { border-color: rgb(121,207,191); }

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