Html Css Color HEX #AABDB0 Gum Leaf

📋 copy color: '#AABDB0'

red 170 ◦ green 189 ◦ blue 176

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

Shades of Gum Leaf #AABDB0

Tints of Gum Leaf #AABDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.33%

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

R = 31.78%
G = 35.33%
B = 32.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#AABDB0 (or 0xAABDB0) is known color: Gum Leaf. HEX triplet: AA, BD and B0. RGB value is (170,189,176). Sum of RGB (Red+Green+Blue) = 170+189+176=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDB0 is #55424F. Grayscale: #B5B5B5. Windows color (decimal): -5587536 or 11582890. OLE color: 11582890.

HSL color Cylindrical-coordinate representation of color #AABDB0: hue angle of 138.95º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDB0 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 176 -
CMYK 0.10 0 0.07 0.26
HSL 138.95º 0.13% 0.7% -
HSV(B) 138.95º 0.1% 0.74% -
XYZ 42.61 48.08 48.11 -
YUV 181.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 170 189 176 0.10 0 0.07 0.26 138.95 0.13 0.7
Hex AA BD B0 A 0 7 1A 8B D 46
Octal 252 275 260 12 0 7 32 213 15 106
Binary 10101010 10111101 10110000 1010 0 111 11010 10001011 1101 1000110

Color Harmonies of #AABDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDB0

Black with #AABDB0

Text Example


Text Example

White with #AABDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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