#74BA95

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

Shades of Padua #74BA95

Tints of Padua #74BA95

Color information

#74BA95 (or 0x74BA95) is unknown color: approx Padua. HEX triplet: 74, BA and 95. RGB value is (116,186,149). Sum of RGB (Red+Green+Blue) = 116+186+149=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA95 is #8B456A. Grayscale: #A0A0A0. Windows color (decimal): -9127275 or 9812596. OLE color: 9812596.

HSL color Cylindrical-coordinate representation of color #74BA95: hue angle of 148.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA95 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB116186149-
CMYK0.3800.200.27
HSL148.29º33.65%59.22%-
HSV(B)148.29º37.63%72.94%-
XYZ30.194134.76-
YUV160.85121.3196.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=25.72%
G=41.24%
B=33.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161861490.3800.200.27148.2933.6559.22
Hex74BA95260141B94223b
Octal16427222546024332244273
Binary111010010111010100101011001100101001101110010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BA95; }

 p { color: rgb(116,186,149); }

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

<style>
 a { background-color: #74BA95; }

 a { background-color: rgb(116,186,149); }

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

<style>
 span { border-color: #74BA95; }

 span { border-color: rgb(116,186,149); }

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