#74BC95

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

Shades of Padua #74BC95

Tints of Padua #74BC95

Color information

#74BC95 (or 0x74BC95) is unknown color: approx Padua. HEX triplet: 74, BC and 95. RGB value is (116,188,149). Sum of RGB (Red+Green+Blue) = 116+188+149=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BC95 is #8B436A. Grayscale: #A2A2A2. Windows color (decimal): -9126763 or 9813108. OLE color: 9813108.

HSL color Cylindrical-coordinate representation of color #74BC95: hue angle of 147.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BC95 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB116188149-
CMYK0.3800.210.26
HSL147.5º34.95%59.61%-
HSV(B)147.5º38.3%73.73%-
XYZ30.6141.8534.9-
YUV162.03120.6595.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.61%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=25.61%
G=41.50%
B=32.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161881490.3800.210.26147.534.9559.61
Hex74BC95260151A94233c
Octal16427422546025322244374
Binary111010010111100100101011001100101011101010010100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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