Html Css Color HEX #88AD8C Envy

📋 copy color: '#88AD8C'

red 136 ◦ green 173 ◦ blue 140

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

Shades of Envy #88AD8C

Tints of Envy #88AD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 30.29%
G = 38.53%
B = 31.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#88AD8C (or 0x88AD8C) is known color: Envy. HEX triplet: 88, AD and 8C. RGB value is (136,173,140). Sum of RGB (Red+Green+Blue) = 136+173+140=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AD8C is #775273. Grayscale: #9E9E9E. Windows color (decimal): -7819892 or 9219464. OLE color: 9219464.

HSL color Cylindrical-coordinate representation of color #88AD8C: hue angle of 126.49º 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 #88AD8C is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 173 140 -
CMYK 0.21 0 0.19 0.32
HSL 126.49º 0.18% 0.61% -
HSV(B) 126.49º 0.21% 0.68% -
XYZ 29.83 37.01 30.38 -
YUV 158.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 136 173 140 0.21 0 0.19 0.32 126.49 0.18 0.61
Hex 88 AD 8C 15 0 13 20 7E 12 3D
Octal 210 255 214 25 0 23 40 176 22 75
Binary 10001000 10101101 10001100 10101 0 10011 100000 1111110 10010 111101

Color Harmonies of #88AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AD8C

Black with #88AD8C

Text Example


Text Example

White with #88AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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