Html Css Color HEX #AABEB0 Gum Leaf

📋 copy color: '#AABEB0'

red 170 ◦ green 190 ◦ blue 176

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

Shades of Gum Leaf #AABEB0

Tints of Gum Leaf #AABEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.84%

R = 31.72%
G = 35.45%
B = 32.84%

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

#AABEB0 (or 0xAABEB0) is known color: Gum Leaf. HEX triplet: AA, BE and B0. RGB value is (170,190,176). Sum of RGB (Red+Green+Blue) = 170+190+176=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEB0 is #55414F. Grayscale: #B6B6B6. Windows color (decimal): -5587280 or 11583146. OLE color: 11583146.

HSL color Cylindrical-coordinate representation of color #AABEB0: hue angle of 138º 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 #AABEB0 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 176 -
CMYK 0.11 0 0.07 0.25
HSL 138º 0.13% 0.71% -
HSV(B) 138º 0.11% 0.75% -
XYZ 42.83 48.51 48.18 -
YUV 182.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 170 190 176 0.11 0 0.07 0.25 138 0.13 0.71
Hex AA BE B0 B 0 7 19 8A D 47
Octal 252 276 260 13 0 7 31 212 15 107
Binary 10101010 10111110 10110000 1011 0 111 11001 10001010 1101 1000111

Color Harmonies of #AABEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEB0

Black with #AABEB0

Text Example


Text Example

White with #AABEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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