#A7CEAD

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

Shades of Gum Leaf #A7CEAD

Tints of Gum Leaf #A7CEAD

Color information

#A7CEAD (or 0xA7CEAD) is unknown color: approx Gum Leaf. HEX triplet: A7, CE and AD. RGB value is (167,206,173). Sum of RGB (Red+Green+Blue) = 167+206+173=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CEAD is #583152. Grayscale: #BEBEBE. Windows color (decimal): -5779795 or 11390631. OLE color: 11390631.

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

Color convert

RGB167206173-
CMYK0.1900.160.19
HSL129.23º28.47%73.14%-
HSV(B)129.23º18.93%80.78%-
XYZ45.5555.3847.82-
YUV190.58118.08111.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.59%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=30.59%
G=37.73%
B=31.68%

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
Decimal1672061730.1900.160.19129.2328.4773.14
HexA7CEAD1301013811c49
Octal247316255230202320134111
Binary101001111100111010101101100110100001001110000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEAD; }

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

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

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

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

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

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

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

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