#7FBB9A

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

Shades of Padua #7FBB9A

Tints of Padua #7FBB9A

Color information

#7FBB9A (or 0x7FBB9A) is unknown color: approx Padua. HEX triplet: 7F, BB and 9A. RGB value is (127,187,154). Sum of RGB (Red+Green+Blue) = 127+187+154=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBB9A is #804465. Grayscale: #A5A5A5. Windows color (decimal): -8406118 or 10140543. OLE color: 10140543.

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

Color convert

RGB127187154-
CMYK0.3200.180.27
HSL147º30.61%61.57%-
HSV(B)147º32.09%73.33%-
XYZ32.3642.3937.05-
YUV165.3121.62100.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.14%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=27.14%
G=39.96%
B=32.91%

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
Decimal1271871540.3200.180.2714730.6161.57
Hex7FBB9A200121B931f3e
Octal17727323240022332233776
Binary11111111011101110011010100000010010110111001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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