#A0C2AB

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

Shades of Gum Leaf #A0C2AB

Tints of Gum Leaf #A0C2AB

Color information

#A0C2AB (or 0xA0C2AB) is unknown color: approx Gum Leaf. HEX triplet: A0, C2 and AB. RGB value is (160,194,171). Sum of RGB (Red+Green+Blue) = 160+194+171=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C2AB is #5F3D54. Grayscale: #B5B5B5. Windows color (decimal): -6241621 or 11256480. OLE color: 11256480.

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

Color convert

RGB160194171-
CMYK0.1800.120.24
HSL139.41º21.79%69.41%-
HSV(B)139.41º17.53%76.08%-
XYZ41.144945.82-
YUV181.21122.24112.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=30.48%
G=36.95%
B=32.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601941710.1800.120.24139.4121.7969.41
HexA0C2AB120C188b1645
Octal240302253220143021326105
Binary10100000110000101010101110010011001100010001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C2AB; }

 p { color: rgb(160,194,171); }

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

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

 a { background-color: rgb(160,194,171); }

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

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

 span { border-color: rgb(160,194,171); }

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