Html Css Color HEX #88AD96 Padua

📋 copy color: '#88AD96'

red 136 ◦ green 173 ◦ blue 150

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

Shades of Padua #88AD96

Tints of Padua #88AD96

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.69%

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

R = 29.63%
G = 37.69%
B = 32.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#88AD96 (or 0x88AD96) is known color: Padua. HEX triplet: 88, AD and 96. RGB value is (136,173,150). Sum of RGB (Red+Green+Blue) = 136+173+150=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AD96 is #775269. Grayscale: #9F9F9F. Windows color (decimal): -7819882 or 9874824. OLE color: 9874824.

HSL color Cylindrical-coordinate representation of color #88AD96: hue angle of 142.7º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AD96 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 173 150 -
CMYK 0.21 0 0.13 0.32
HSL 142.7º 0.18% 0.61% -
HSV(B) 142.7º 0.21% 0.68% -
XYZ 30.6 37.32 34.45 -
YUV 159.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 136 173 150 0.21 0 0.13 0.32 142.7 0.18 0.61
Hex 88 AD 96 15 0 D 20 8F 12 3D
Octal 210 255 226 25 0 15 40 217 22 75
Binary 10001000 10101101 10010110 10101 0 1101 100000 10001111 10010 111101

Color Harmonies of #88AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AD96

Black with #88AD96

Text Example


Text Example

White with #88AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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