Html Css Color HEX #88AC99 Padua

📋 copy color: '#88AC99'

red 136 ◦ green 172 ◦ blue 153

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

Shades of Padua #88AC99

Tints of Padua #88AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

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

R = 29.5%
G = 37.31%
B = 33.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#88AC99 (or 0x88AC99) is known color: Padua. HEX triplet: 88, AC and 99. RGB value is (136,172,153). Sum of RGB (Red+Green+Blue) = 136+172+153=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AC99 is #775366. Grayscale: #9F9F9F. Windows color (decimal): -7820135 or 10071176. OLE color: 10071176.

HSL color Cylindrical-coordinate representation of color #88AC99: hue angle of 148.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AC99 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 172 153 -
CMYK 0.21 0 0.11 0.33
HSL 148.33º 0.18% 0.6% -
HSV(B) 148.33º 0.21% 0.67% -
XYZ 30.66 37.04 35.67 -
YUV 159.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 136 172 153 0.21 0 0.11 0.33 148.33 0.18 0.6
Hex 88 AC 99 15 0 B 21 94 12 3C
Octal 210 254 231 25 0 13 41 224 22 74
Binary 10001000 10101100 10011001 10101 0 1011 100001 10010100 10010 111100

Color Harmonies of #88AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AC99

Black with #88AC99

Text Example


Text Example

White with #88AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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