Html Css Color HEX #88AF8B Envy

📋 copy color: '#88AF8B'

red 136 ◦ green 175 ◦ blue 139

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

Shades of Envy #88AF8B

Tints of Envy #88AF8B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 30.22%
G = 38.89%
B = 30.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#88AF8B (or 0x88AF8B) is known color: Envy. HEX triplet: 88, AF and 8B. RGB value is (136,175,139). Sum of RGB (Red+Green+Blue) = 136+175+139=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF8B is #775074. Grayscale: #9F9F9F. Windows color (decimal): -7819381 or 9154440. OLE color: 9154440.

HSL color Cylindrical-coordinate representation of color #88AF8B: hue angle of 124.62º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AF8B is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 175 139 -
CMYK 0.22 0 0.21 0.31
HSL 124.62º 0.2% 0.61% -
HSV(B) 124.62º 0.22% 0.69% -
XYZ 30.14 37.76 30.13 -
YUV 159.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 136 175 139 0.22 0 0.21 0.31 124.62 0.2 0.61
Hex 88 AF 8B 16 0 15 1F 7D 14 3D
Octal 210 257 213 26 0 25 37 175 24 75
Binary 10001000 10101111 10001011 10110 0 10101 11111 1111101 10100 111101

Color Harmonies of #88AF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AF8B

Black with #88AF8B

Text Example


Text Example

White with #88AF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,139); }

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

background-color css

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

 a { background-color: rgb(136,175,139); }

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

border-color css

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

 span { border-color: rgb(136,175,139); }

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