Html Css Color HEX #88AB96 Padua

📋 copy color: '#88AB96'

red 136 ◦ green 171 ◦ blue 150

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

Shades of Padua #88AB96

Tints of Padua #88AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 29.76%
G = 37.42%
B = 32.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#88AB96 (or 0x88AB96) is known color: Padua. HEX triplet: 88, AB and 96. RGB value is (136,171,150). Sum of RGB (Red+Green+Blue) = 136+171+150=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB96 is #775469. Grayscale: #9E9E9E. Windows color (decimal): -7820394 or 9874312. OLE color: 9874312.

HSL color Cylindrical-coordinate representation of color #88AB96: hue angle of 144º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88AB96 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 171 150 -
CMYK 0.20 0 0.12 0.33
HSL 144º 0.17% 0.6% -
HSV(B) 144º 0.2% 0.67% -
XYZ 30.22 36.56 34.32 -
YUV 158.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 136 171 150 0.20 0 0.12 0.33 144 0.17 0.6
Hex 88 AB 96 14 0 C 21 90 11 3C
Octal 210 253 226 24 0 14 41 220 21 74
Binary 10001000 10101011 10010110 10100 0 1100 100001 10010000 10001 111100

Color Harmonies of #88AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AB96

Black with #88AB96

Text Example


Text Example

White with #88AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,171,150); }

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

background-color css

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

 a { background-color: rgb(136,171,150); }

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

border-color css

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

 span { border-color: rgb(136,171,150); }

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