#A8CAB5

Color #A8CAB5 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A8CAB5

Tints of Gum Leaf #A8CAB5

Color information

#A8CAB5 (or 0xA8CAB5) is unknown color: approx Gum Leaf. HEX triplet: A8, CA and B5. RGB value is (168,202,181). Sum of RGB (Red+Green+Blue) = 168+202+181=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAB5 is #57354A. Grayscale: #BDBDBD. Windows color (decimal): -5715275 or 11913896. OLE color: 11913896.

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

Color convert

RGB168202181-
CMYK0.1700.100.21
HSL142.94º24.29%72.55%-
HSV(B)142.94º16.83%79.22%-
XYZ45.6153.951.72-
YUV189.44123.24112.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=30.49%
G=36.66%
B=32.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021810.1700.100.21142.9424.2972.55
HexA8CAB5110A158f1849
Octal250312265210122521730111
Binary10101000110010101011010110001010101010110001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAB5; }

 p { color: rgb(168,202,181); }

 H1.HeaderClassName
 {
   color: #A8CAB5;
 }
 .AnyTagClassName
 {
   color: #A8CAB5;
 }
</style>
background-color css

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

 a { background-color: rgb(168,202,181); }

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

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

 span { border-color: rgb(168,202,181); }

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