#A8CFB5

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

Shades of Gum Leaf #A8CFB5

Tints of Gum Leaf #A8CFB5

Color information

#A8CFB5 (or 0xA8CFB5) is unknown color: approx Gum Leaf. HEX triplet: A8, CF and B5. RGB value is (168,207,181). Sum of RGB (Red+Green+Blue) = 168+207+181=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFB5 is #57304A. Grayscale: #C0C0C0. Windows color (decimal): -5713995 or 11915176. OLE color: 11915176.

HSL color Cylindrical-coordinate representation of color #A8CFB5: hue angle of 140º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFB5 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB168207181-
CMYK0.1900.130.19
HSL140º28.89%73.53%-
HSV(B)140º18.84%81.18%-
XYZ46.856.2952.11-
YUV192.38121.58110.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=30.22%
G=37.23%
B=32.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071810.1900.130.1914028.8973.53
HexA8CFB5130D138c1d4a
Octal250317265230152321435112
Binary10101000110011111011010110011011011001110001100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFB5; }

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

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

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

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

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

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

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

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