#88A294

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

Shades of Padua #88A294

Tints of Padua #88A294

Color information

#88A294 (or 0x88A294) is unknown color: approx Padua. HEX triplet: 88, A2 and 94. RGB value is (136,162,148). Sum of RGB (Red+Green+Blue) = 136+162+148=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #88A294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A294 is #775D6B. Grayscale: #989898. Windows color (decimal): -7822700 or 9740936. OLE color: 9740936.

HSL color Cylindrical-coordinate representation of color #88A294: hue angle of 147.69º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A294 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB136162148-
CMYK0.1600.090.36
HSL147.69º12.26%58.43%-
HSV(B)147.69º16.05%63.53%-
XYZ28.4233.2132.93-
YUV152.63125.39116.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=30.49%
G=36.32%
B=33.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361621480.1600.090.36147.6912.2658.43
Hex88A29410092494c3a
Octal21024222420011442241472
Binary1000100010100010100101001000001001100100100101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,162,148); }

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

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

 a { background-color: rgb(136,162,148); }

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

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

 span { border-color: rgb(136,162,148); }

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