#7FBD9B

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

Shades of Padua #7FBD9B

Tints of Padua #7FBD9B

Color information

#7FBD9B (or 0x7FBD9B) is unknown color: approx Padua. HEX triplet: 7F, BD and 9B. RGB value is (127,189,155). Sum of RGB (Red+Green+Blue) = 127+189+155=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD9B is #804264. Grayscale: #A6A6A6. Windows color (decimal): -8405605 or 10206591. OLE color: 10206591.

HSL color Cylindrical-coordinate representation of color #7FBD9B: hue angle of 147.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBD9B is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB127189155-
CMYK0.3300.180.26
HSL147.1º31.96%61.96%-
HSV(B)147.1º32.8%74.12%-
XYZ32.8743.2737.63-
YUV166.59121.4699.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.96%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=26.96%
G=40.13%
B=32.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271891550.3300.180.26147.131.9661.96
Hex7FBD9B210121A93203e
Octal17727523341022322234076
Binary111111110111101100110111000010100101101010010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,155); }

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

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

 a { background-color: rgb(127,189,155); }

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

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

 span { border-color: rgb(127,189,155); }

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