#7FBA94

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

Shades of Padua #7FBA94

Tints of Padua #7FBA94

Color information

#7FBA94 (or 0x7FBA94) is unknown color: approx Padua. HEX triplet: 7F, BA and 94. RGB value is (127,186,148). Sum of RGB (Red+Green+Blue) = 127+186+148=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA94 is #80456B. Grayscale: #A4A4A4. Windows color (decimal): -8406380 or 9747071. OLE color: 9747071.

HSL color Cylindrical-coordinate representation of color #7FBA94: hue angle of 141.36º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBA94 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB127186148-
CMYK0.3200.200.27
HSL141.36º29.95%61.37%-
HSV(B)141.36º31.72%72.94%-
XYZ31.6641.7734.41-
YUV164.03118.95101.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.55%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=27.55%
G=40.35%
B=32.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861480.3200.200.27141.3629.9561.37
Hex7FBA94200141B8d1e3d
Octal17727222440024332153675
Binary11111111011101010010100100000010100110111000110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBA94; }

 p { color: rgb(127,186,148); }

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

<style>
 a { background-color: #7FBA94; }

 a { background-color: rgb(127,186,148); }

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

<style>
 span { border-color: #7FBA94; }

 span { border-color: rgb(127,186,148); }

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