#88B19B

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

Shades of Padua #88B19B

Tints of Padua #88B19B

Color information

#88B19B (or 0x88B19B) is unknown color: approx Padua. HEX triplet: 88, B1 and 9B. RGB value is (136,177,155). Sum of RGB (Red+Green+Blue) = 136+177+155=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #88B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B19B is #774E64. Grayscale: #A2A2A2. Windows color (decimal): -7818853 or 10203528. OLE color: 10203528.

HSL color Cylindrical-coordinate representation of color #88B19B: hue angle of 147.8º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88B19B is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB136177155-
CMYK0.2300.120.31
HSL147.8º20.81%61.37%-
HSV(B)147.8º23.16%69.41%-
XYZ31.7939.0536.87-
YUV162.23123.92109.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.06%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=29.06%
G=37.82%
B=33.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361771550.2300.120.31147.820.8161.37
Hex88B19B170C1F94153d
Octal21026123327014372242575
Binary1000100010110001100110111011101100111111001010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88B19B; }

 p { color: rgb(136,177,155); }

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

<style>
 a { background-color: #88B19B; }

 a { background-color: rgb(136,177,155); }

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

<style>
 span { border-color: #88B19B; }

 span { border-color: rgb(136,177,155); }

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