#A7CFB2

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

Shades of Gum Leaf #A7CFB2

Tints of Gum Leaf #A7CFB2

Color information

#A7CFB2 (or 0xA7CFB2) is unknown color: approx Gum Leaf. HEX triplet: A7, CF and B2. RGB value is (167,207,178). Sum of RGB (Red+Green+Blue) = 167+207+178=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CFB2 is #58304D. Grayscale: #BFBFBF. Windows color (decimal): -5779534 or 11718567. OLE color: 11718567.

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

Color convert

RGB167207178-
CMYK0.1900.140.19
HSL136.5º29.41%73.33%-
HSV(B)136.5º19.32%81.18%-
XYZ46.2956.0650.5-
YUV191.73120.25110.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.25%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 178 (69.92% from 255) = 32.25%
R=30.25%
G=37.5%
B=32.25%

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
Decimal1672071780.1900.140.19136.529.4173.33
HexA7CFB2130E13881d49
Octal247317262230162321035111
Binary10100111110011111011001010011011101001110001000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFB2; }

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

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

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

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

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

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

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

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