#79B995

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

Shades of Padua #79B995

Tints of Padua #79B995

Color information

#79B995 (or 0x79B995) is unknown color: approx Padua. HEX triplet: 79, B9 and 95. RGB value is (121,185,149). Sum of RGB (Red+Green+Blue) = 121+185+149=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #79B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B995 is #86466A. Grayscale: #A1A1A1. Windows color (decimal): -8799851 or 9812345. OLE color: 9812345.

HSL color Cylindrical-coordinate representation of color #79B995: hue angle of 146.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79B995 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB121185149-
CMYK0.3500.190.27
HSL146.25º31.37%60%-
HSV(B)146.25º34.59%72.55%-
XYZ30.6640.9334.72-
YUV161.76120.898.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.59%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=26.59%
G=40.66%
B=32.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211851490.3500.190.27146.2531.3760
Hex79B995230131B921f3c
Octal17127122543023332223774
Binary11110011011100110010101100011010011110111001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,185,149); }

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

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

 a { background-color: rgb(121,185,149); }

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

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

 span { border-color: rgb(121,185,149); }

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