Html Css Color HEX #88AB99 Padua

📋 copy color: '#88AB99'

red 136 ◦ green 171 ◦ blue 153

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

Shades of Padua #88AB99

Tints of Padua #88AB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 29.57%
G = 37.17%
B = 33.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#88AB99 (or 0x88AB99) is known color: Padua. HEX triplet: 88, AB and 99. RGB value is (136,171,153). Sum of RGB (Red+Green+Blue) = 136+171+153=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AB99 is #775466. Grayscale: #9E9E9E. Windows color (decimal): -7820391 or 10070920. OLE color: 10070920.

HSL color Cylindrical-coordinate representation of color #88AB99: hue angle of 149.14º 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 #88AB99 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 171 153 -
CMYK 0.20 0 0.11 0.33
HSL 149.14º 0.17% 0.6% -
HSV(B) 149.14º 0.2% 0.67% -
XYZ 30.47 36.66 35.61 -
YUV 158.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 136 171 153 0.20 0 0.11 0.33 149.14 0.17 0.6
Hex 88 AB 99 14 0 B 21 95 11 3C
Octal 210 253 231 24 0 13 41 225 21 74
Binary 10001000 10101011 10011001 10100 0 1011 100001 10010101 10001 111100

Color Harmonies of #88AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AB99

Black with #88AB99

Text Example


Text Example

White with #88AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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