Html Css Color HEX #AABEB1 Gum Leaf

📋 copy color: '#AABEB1'

red 170 ◦ green 190 ◦ blue 177

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

Shades of Gum Leaf #AABEB1

Tints of Gum Leaf #AABEB1

RGB

 RED value IS 170 (66.8% from 255) = 31.66%

 GREEN value IS 190 (74.61% from 255) = 35.38%

 BLUE value IS 177 (69.53% from 255) = 32.96%

R = 31.66%
G = 35.38%
B = 32.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#AABEB1 (or 0xAABEB1) is known color: Gum Leaf. HEX triplet: AA, BE and B1. RGB value is (170,190,177). Sum of RGB (Red+Green+Blue) = 170+190+177=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEB1 is #55414E. Grayscale: #B6B6B6. Windows color (decimal): -5587279 or 11648682. OLE color: 11648682.

HSL color Cylindrical-coordinate representation of color #AABEB1: hue angle of 141º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEB1 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 177 -
CMYK 0.11 0 0.07 0.25
HSL 141º 0.13% 0.71% -
HSV(B) 141º 0.11% 0.75% -
XYZ 42.93 48.55 48.7 -
YUV 182.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 170 190 177 0.11 0 0.07 0.25 141 0.13 0.71
Hex AA BE B1 B 0 7 19 8D D 47
Octal 252 276 261 13 0 7 31 215 15 107
Binary 10101010 10111110 10110001 1011 0 111 11001 10001101 1101 1000111

Color Harmonies of #AABEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEB1

Black with #AABEB1

Text Example


Text Example

White with #AABEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEB1; }

 p { color: rgb(170,190,177); }

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

background-color css

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

 a { background-color: rgb(170,190,177); }

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

border-color css

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

 span { border-color: rgb(170,190,177); }

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