#7FBB99

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

Shades of Padua #7FBB99

Tints of Padua #7FBB99

Color information

#7FBB99 (or 0x7FBB99) is unknown color: approx Padua. HEX triplet: 7F, BB and 99. RGB value is (127,187,153). Sum of RGB (Red+Green+Blue) = 127+187+153=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBB99 is #804466. Grayscale: #A5A5A5. Windows color (decimal): -8406119 or 10075007. OLE color: 10075007.

HSL color Cylindrical-coordinate representation of color #7FBB99: hue angle of 146º 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 #7FBB99 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB127187153-
CMYK0.3200.180.27
HSL146º30.61%61.57%-
HSV(B)146º32.09%73.33%-
XYZ32.2742.3536.61-
YUV165.18121.12100.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.19%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=27.19%
G=40.04%
B=32.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271871530.3200.180.2714630.6161.57
Hex7FBB99200121B921f3e
Octal17727323140022332223776
Binary11111111011101110011001100000010010110111001001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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