Html Css Color HEX #88A08D Envy

📋 copy color: '#88A08D'

red 136 ◦ green 160 ◦ blue 141

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

Shades of Envy #88A08D

Tints of Envy #88A08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 31.12%
G = 36.61%
B = 32.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#88A08D (or 0x88A08D) is known color: Envy. HEX triplet: 88, A0 and 8D. RGB value is (136,160,141). Sum of RGB (Red+Green+Blue) = 136+160+141=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #88A08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A08D is #775F72. Grayscale: #969696. Windows color (decimal): -7823219 or 9281672. OLE color: 9281672.

HSL color Cylindrical-coordinate representation of color #88A08D: hue angle of 132.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88A08D is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 160 141 -
CMYK 0.15 0 0.12 0.37
HSL 132.5º 0.11% 0.58% -
HSV(B) 132.5º 0.15% 0.63% -
XYZ 27.53 32.3 29.98 -
YUV 150.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 136 160 141 0.15 0 0.12 0.37 132.5 0.11 0.58
Hex 88 A0 8D F 0 C 25 84 B 3A
Octal 210 240 215 17 0 14 45 204 13 72
Binary 10001000 10100000 10001101 1111 0 1100 100101 10000100 1011 111010

Color Harmonies of #88A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A08D

Black with #88A08D

Text Example


Text Example

White with #88A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,160,141); }

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

background-color css

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

 a { background-color: rgb(136,160,141); }

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

border-color css

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

 span { border-color: rgb(136,160,141); }

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