Html Css Color HEX #AACBB6 Gum Leaf

📋 copy color: '#AACBB6'

red 170 ◦ green 203 ◦ blue 182

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

Shades of Gum Leaf #AACBB6

Tints of Gum Leaf #AACBB6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.58%

 BLUE value IS 182 (71.48% from 255) = 32.79%

R = 30.63%
G = 36.58%
B = 32.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#AACBB6 (or 0xAACBB6) is known color: Gum Leaf. HEX triplet: AA, CB and B6. RGB value is (170,203,182). Sum of RGB (Red+Green+Blue) = 170+203+182=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBB6 is #553449. Grayscale: #BEBEBE. Windows color (decimal): -5583946 or 11979690. OLE color: 11979690.

HSL color Cylindrical-coordinate representation of color #AACBB6: hue angle of 141.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBB6 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 182 -
CMYK 0.16 0 0.10 0.20
HSL 141.82º 0.24% 0.73% -
HSV(B) 141.82º 0.16% 0.8% -
XYZ 46.38 54.64 52.36 -
YUV 190.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 170 203 182 0.16 0 0.10 0.20 141.82 0.24 0.73
Hex AA CB B6 10 0 A 14 8E 18 49
Octal 252 313 266 20 0 12 24 216 30 111
Binary 10101010 11001011 10110110 10000 0 1010 10100 10001110 11000 1001001

Color Harmonies of #AACBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBB6

Black with #AACBB6

Text Example


Text Example

White with #AACBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBB6; }

 p { color: rgb(170,203,182); }

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

background-color css

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

 a { background-color: rgb(170,203,182); }

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

border-color css

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

 span { border-color: rgb(170,203,182); }

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