#A8CBAF

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

Shades of Gum Leaf #A8CBAF

Tints of Gum Leaf #A8CBAF

Color information

#A8CBAF (or 0xA8CBAF) is unknown color: approx Gum Leaf. HEX triplet: A8, CB and AF. RGB value is (168,203,175). Sum of RGB (Red+Green+Blue) = 168+203+175=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CBAF is #573450. Grayscale: #BDBDBD. Windows color (decimal): -5715025 or 11520936. OLE color: 11520936.

HSL color Cylindrical-coordinate representation of color #A8CBAF: hue angle of 132º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBAF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB168203175-
CMYK0.1700.140.20
HSL132º25.18%72.75%-
HSV(B)132º17.24%79.61%-
XYZ45.2454.1348.62-
YUV189.34119.9112.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.77%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=30.77%
G=37.18%
B=32.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682031750.1700.140.2013225.1872.75
HexA8CBAF110E14841949
Octal250313257210162420431111
Binary10101000110010111010111110001011101010010000100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBAF; }

 p { color: rgb(168,203,175); }

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

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

 a { background-color: rgb(168,203,175); }

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

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

 span { border-color: rgb(168,203,175); }

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