#A7CEAE

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

Shades of Gum Leaf #A7CEAE

Tints of Gum Leaf #A7CEAE

Color information

#A7CEAE (or 0xA7CEAE) is unknown color: approx Gum Leaf. HEX triplet: A7, CE and AE. RGB value is (167,206,174). Sum of RGB (Red+Green+Blue) = 167+206+174=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CEAE is #583151. Grayscale: #BEBEBE. Windows color (decimal): -5779794 or 11456167. OLE color: 11456167.

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

Color convert

RGB167206174-
CMYK0.1900.160.19
HSL130.77º28.47%73.14%-
HSV(B)130.77º18.93%80.78%-
XYZ45.6555.4148.33-
YUV190.69118.58111.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=30.53%
G=37.66%
B=31.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672061740.1900.160.19130.7728.4773.14
HexA7CEAE1301013831c49
Octal247316256230202320334111
Binary101001111100111010101110100110100001001110000011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEAE; }

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

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

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

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

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

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

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

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