#79CFBE

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

Shades of Downy #79CFBE

Tints of Downy #79CFBE

Color information

#79CFBE (or 0x79CFBE) is unknown color: approx Downy. HEX triplet: 79, CF and BE. RGB value is (121,207,190). Sum of RGB (Red+Green+Blue) = 121+207+190=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFBE is #863041. Grayscale: #B3B3B3. Windows color (decimal): -8794178 or 12504953. OLE color: 12504953.

HSL color Cylindrical-coordinate representation of color #79CFBE: hue angle of 168.14º 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 #79CFBE is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB121207190-
CMYK0.4200.080.19
HSL168.14º47.25%64.31%-
HSV(B)168.14º41.55%81.18%-
XYZ39.4952.4156.75-
YUV179.35134.0186.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.36%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=23.36%
G=39.96%
B=36.68%

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
Decimal1212071900.4200.080.19168.1447.2564.31
Hex79CFBE2A0813a82f40
Octal171317276520102325057100
Binary111100111001111101111101010100100010011101010001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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