Html Css Color HEX #A2C6AB Gum Leaf

📋 copy color: '#A2C6AB'

red 162 ◦ green 198 ◦ blue 171

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

Shades of Gum Leaf #A2C6AB

Tints of Gum Leaf #A2C6AB

RGB

 RED value IS 162 (63.67% from 255) = 30.51%

 GREEN value IS 198 (77.73% from 255) = 37.29%

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 30.51%
G = 37.29%
B = 32.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#A2C6AB (or 0xA2C6AB) is known color: Gum Leaf. HEX triplet: A2, C6 and AB. RGB value is (162,198,171). Sum of RGB (Red+Green+Blue) = 162+198+171=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C6AB is #5D3954. Grayscale: #B8B8B8. Windows color (decimal): -6109525 or 11257506. OLE color: 11257506.

HSL color Cylindrical-coordinate representation of color #A2C6AB: hue angle of 135º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2C6AB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 171 -
CMYK 0.18 0 0.14 0.22
HSL 135º 0.24% 0.71% -
HSV(B) 135º 0.18% 0.78% -
XYZ 42.45 51.01 46.14 -
YUV 184.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 162 198 171 0.18 0 0.14 0.22 135 0.24 0.71
Hex A2 C6 AB 12 0 E 16 87 18 47
Octal 242 306 253 22 0 16 26 207 30 107
Binary 10100010 11000110 10101011 10010 0 1110 10110 10000111 11000 1000111

Color Harmonies of #A2C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C6AB

Black with #A2C6AB

Text Example


Text Example

White with #A2C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C6AB; }

 p { color: rgb(162,198,171); }

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

background-color css

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

 a { background-color: rgb(162,198,171); }

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

border-color css

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

 span { border-color: rgb(162,198,171); }

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