Html Css Color HEX #88B49E Padua

📋 copy color: '#88B49E'

red 136 ◦ green 180 ◦ blue 158

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

Shades of Padua #88B49E

Tints of Padua #88B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.97%

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 28.69%
G = 37.97%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#88B49E (or 0x88B49E) is known color: Padua. HEX triplet: 88, B4 and 9E. RGB value is (136,180,158). Sum of RGB (Red+Green+Blue) = 136+180+158=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #88B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B49E is #774B61. Grayscale: #A4A4A4. Windows color (decimal): -7818082 or 10400904. OLE color: 10400904.

HSL color Cylindrical-coordinate representation of color #88B49E: hue angle of 150º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B49E is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 180 158 -
CMYK 0.24 0 0.12 0.29
HSL 150º 0.23% 0.62% -
HSV(B) 150º 0.24% 0.71% -
XYZ 32.65 40.35 38.41 -
YUV 164.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 136 180 158 0.24 0 0.12 0.29 150 0.23 0.62
Hex 88 B4 9E 18 0 C 1D 96 17 3E
Octal 210 264 236 30 0 14 35 226 27 76
Binary 10001000 10110100 10011110 11000 0 1100 11101 10010110 10111 111110

Color Harmonies of #88B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B49E

Black with #88B49E

Text Example


Text Example

White with #88B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,180,158); }

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

background-color css

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

 a { background-color: rgb(136,180,158); }

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

border-color css

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

 span { border-color: rgb(136,180,158); }

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