#74BA91

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

Shades of Padua #74BA91

Tints of Padua #74BA91

Color information

#74BA91 (or 0x74BA91) is unknown color: approx Padua. HEX triplet: 74, BA and 91. RGB value is (116,186,145). Sum of RGB (Red+Green+Blue) = 116+186+145=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA91 is #8B456E. Grayscale: #A0A0A0. Windows color (decimal): -9127279 or 9550452. OLE color: 9550452.

HSL color Cylindrical-coordinate representation of color #74BA91: hue angle of 144.86º 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 #74BA91 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB116186145-
CMYK0.3800.220.27
HSL144.86º33.65%59.22%-
HSV(B)144.86º37.63%72.94%-
XYZ29.8740.8833.1-
YUV160.4119.3196.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=25.95%
G=41.61%
B=32.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161861450.3800.220.27144.8633.6559.22
Hex74BA91260161B91223b
Octal16427222146026332214273
Binary111010010111010100100011001100101101101110010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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