#88B39C

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

Shades of Padua #88B39C

Tints of Padua #88B39C

Color information

#88B39C (or 0x88B39C) is unknown color: approx Padua. HEX triplet: 88, B3 and 9C. RGB value is (136,179,156). Sum of RGB (Red+Green+Blue) = 136+179+156=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #88B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B39C is #774C63. Grayscale: #A3A3A3. Windows color (decimal): -7818340 or 10269576. OLE color: 10269576.

HSL color Cylindrical-coordinate representation of color #88B39C: hue angle of 147.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B39C is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB136179156-
CMYK0.2400.130.30
HSL147.91º22.05%61.76%-
HSV(B)147.91º24.02%70.2%-
XYZ32.2739.8737.45-
YUV163.52123.75108.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=28.87%
G=38.00%
B=33.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361791560.2400.130.30147.9122.0561.76
Hex88B39C180D1E94163e
Octal21026323430015362242676
Binary1000100010110011100111001100001101111101001010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,179,156); }

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

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

 a { background-color: rgb(136,179,156); }

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

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

 span { border-color: rgb(136,179,156); }

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