#A8CFB2

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

Shades of Gum Leaf #A8CFB2

Tints of Gum Leaf #A8CFB2

Color information

#A8CFB2 (or 0xA8CFB2) is unknown color: approx Gum Leaf. HEX triplet: A8, CF and B2. RGB value is (168,207,178). Sum of RGB (Red+Green+Blue) = 168+207+178=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFB2 is #57304D. Grayscale: #C0C0C0. Windows color (decimal): -5713998 or 11718568. OLE color: 11718568.

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

Color convert

RGB168207178-
CMYK0.1900.140.19
HSL135.38º28.89%73.53%-
HSV(B)135.38º18.84%81.18%-
XYZ46.556.1650.51-
YUV192.03120.08110.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.38%
GREEN value IS 207 (81.25% from 255) = 37.43%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=30.38%
G=37.43%
B=32.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071780.1900.140.19135.3828.8973.53
HexA8CFB2130E13871d4a
Octal250317262230162320735112
Binary10101000110011111011001010011011101001110000111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFB2; }

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

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

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

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

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

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

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

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