#A7CEAF

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

Shades of Gum Leaf #A7CEAF

Tints of Gum Leaf #A7CEAF

Color information

#A7CEAF (or 0xA7CEAF) is unknown color: approx Gum Leaf. HEX triplet: A7, CE and AF. RGB value is (167,206,175). Sum of RGB (Red+Green+Blue) = 167+206+175=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CEAF is #583150. Grayscale: #BEBEBE. Windows color (decimal): -5779793 or 11521703. OLE color: 11521703.

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

Color convert

RGB167206175-
CMYK0.1900.150.19
HSL132.31º28.47%73.14%-
HSV(B)132.31º18.93%80.78%-
XYZ45.7555.4548.85-
YUV190.8119.08111.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.47%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=30.47%
G=37.59%
B=31.93%

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
Decimal1672061750.1900.150.19132.3128.4773.14
HexA7CEAF130F13841c49
Octal247316257230172320434111
Binary10100111110011101010111110011011111001110000100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEAF; }

 p { color: rgb(167,206,175); }

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

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

 a { background-color: rgb(167,206,175); }

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

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

 span { border-color: rgb(167,206,175); }

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