#7FBB9F

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

Shades of Padua #7FBB9F

Tints of Padua #7FBB9F

Color information

#7FBB9F (or 0x7FBB9F) is unknown color: approx Padua. HEX triplet: 7F, BB and 9F. RGB value is (127,187,159). Sum of RGB (Red+Green+Blue) = 127+187+159=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBB9F is #804460. Grayscale: #A5A5A5. Windows color (decimal): -8406113 or 10468223. OLE color: 10468223.

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

Color convert

RGB127187159-
CMYK0.3200.150.27
HSL152º30.61%61.57%-
HSV(B)152º32.09%73.33%-
XYZ32.7842.5639.29-
YUV165.87124.12100.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=26.85%
G=39.53%
B=33.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271871590.3200.150.2715230.6161.57
Hex7FBB9F200F1B981f3e
Octal17727323740017332303776
Binary1111111101110111001111110000001111110111001100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,187,159); }

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

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

 a { background-color: rgb(127,187,159); }

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

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

 span { border-color: rgb(127,187,159); }

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