Html Css Color HEX #A2C7AB Gum Leaf

📋 copy color: '#A2C7AB'

red 162 ◦ green 199 ◦ blue 171

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

Shades of Gum Leaf #A2C7AB

Tints of Gum Leaf #A2C7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

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

R = 30.45%
G = 37.41%
B = 32.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#A2C7AB (or 0xA2C7AB) is known color: Gum Leaf. HEX triplet: A2, C7 and AB. RGB value is (162,199,171). Sum of RGB (Red+Green+Blue) = 162+199+171=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C7AB is #5D3854. Grayscale: #B8B8B8. Windows color (decimal): -6109269 or 11257762. OLE color: 11257762.

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

Color convert

RGB 162 199 171 -
CMYK 0.19 0 0.14 0.22
HSL 134.59º 0.25% 0.71% -
HSV(B) 134.59º 0.19% 0.78% -
XYZ 42.67 51.47 46.21 -
YUV 184.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 162 199 171 0.19 0 0.14 0.22 134.59 0.25 0.71
Hex A2 C7 AB 13 0 E 16 87 19 47
Octal 242 307 253 23 0 16 26 207 31 107
Binary 10100010 11000111 10101011 10011 0 1110 10110 10000111 11001 1000111

Color Harmonies of #A2C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C7AB

Black with #A2C7AB

Text Example


Text Example

White with #A2C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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