Html Css Color HEX #88A194 Padua

📋 copy color: '#88A194'

red 136 ◦ green 161 ◦ blue 148

#88A194
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #88A194

Tints of Padua #88A194

RGB

 RED value IS 136 (53.52% from 255) = 30.56%

 GREEN value IS 161 (63.28% from 255) = 36.18%

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 30.56%
G = 36.18%
B = 33.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#88A194 (or 0x88A194) is known color: Padua. HEX triplet: 88, A1 and 94. RGB value is (136,161,148). Sum of RGB (Red+Green+Blue) = 136+161+148=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #88A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A194 is #775E6B. Grayscale: #989898. Windows color (decimal): -7822956 or 9740680. OLE color: 9740680.

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

Color convert

RGB 136 161 148 -
CMYK 0.16 0 0.08 0.37
HSL 148.8º 0.12% 0.58% -
HSV(B) 148.8º 0.16% 0.63% -
XYZ 28.24 32.86 32.87 -
YUV 152.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 136 161 148 0.16 0 0.08 0.37 148.8 0.12 0.58
Hex 88 A1 94 10 0 8 25 95 C 3A
Octal 210 241 224 20 0 10 45 225 14 72
Binary 10001000 10100001 10010100 10000 0 1000 100101 10010101 1100 111010

Color Harmonies of #88A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A194

Black with #88A194

Text Example


Text Example

White with #88A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88A194;
 }
 .AnyTagClassName
 {
   color: #88A194;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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