Html Css Color HEX #A2C0A8 Gum Leaf

📋 copy color: '#A2C0A8'

red 162 ◦ green 192 ◦ blue 168

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

Shades of Gum Leaf #A2C0A8

Tints of Gum Leaf #A2C0A8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.78%

 BLUE value IS 168 (66.02% from 255) = 32.18%

R = 31.03%
G = 36.78%
B = 32.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#A2C0A8 (or 0xA2C0A8) is known color: Gum Leaf. HEX triplet: A2, C0 and A8. RGB value is (162,192,168). Sum of RGB (Red+Green+Blue) = 162+192+168=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C0A8 is #5D3F57. Grayscale: #B4B4B4. Windows color (decimal): -6111064 or 11059362. OLE color: 11059362.

HSL color Cylindrical-coordinate representation of color #A2C0A8: hue angle of 132º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C0A8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 168 -
CMYK 0.16 0 0.12 0.25
HSL 132º 0.19% 0.69% -
HSV(B) 132º 0.16% 0.75% -
XYZ 40.82 48.21 44.2 -
YUV 180.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 162 192 168 0.16 0 0.12 0.25 132 0.19 0.69
Hex A2 C0 A8 10 0 C 19 84 13 45
Octal 242 300 250 20 0 14 31 204 23 105
Binary 10100010 11000000 10101000 10000 0 1100 11001 10000100 10011 1000101

Color Harmonies of #A2C0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C0A8

Black with #A2C0A8

Text Example


Text Example

White with #A2C0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C0A8; }

 p { color: rgb(162,192,168); }

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

background-color css

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

 a { background-color: rgb(162,192,168); }

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

border-color css

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

 span { border-color: rgb(162,192,168); }

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