#A8CFB0

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

Shades of Gum Leaf #A8CFB0

Tints of Gum Leaf #A8CFB0

Color information

#A8CFB0 (or 0xA8CFB0) is unknown color: approx Gum Leaf. HEX triplet: A8, CF and B0. RGB value is (168,207,176). Sum of RGB (Red+Green+Blue) = 168+207+176=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFB0 is #57304F. Grayscale: #BFBFBF. Windows color (decimal): -5714000 or 11587496. OLE color: 11587496.

HSL color Cylindrical-coordinate representation of color #A8CFB0: hue angle of 132.31º 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 #A8CFB0 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB168207176-
CMYK0.1900.150.19
HSL132.31º28.89%73.53%-
HSV(B)132.31º18.84%81.18%-
XYZ46.356.0949.46-
YUV191.8119.08111.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=30.49%
G=37.57%
B=31.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071760.1900.150.19132.3128.8973.53
HexA8CFB0130F13841d4a
Octal250317260230172320435112
Binary10101000110011111011000010011011111001110000100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFB0; }

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

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

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

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

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

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

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

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