#ABC8AE

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

Shades of Gum Leaf #ABC8AE

Tints of Gum Leaf #ABC8AE

Color information

#ABC8AE (or 0xABC8AE) is unknown color: approx Gum Leaf. HEX triplet: AB, C8 and AE. RGB value is (171,200,174). Sum of RGB (Red+Green+Blue) = 171+200+174=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8AE is #543751. Grayscale: #BCBCBC. Windows color (decimal): -5519186 or 11454635. OLE color: 11454635.

HSL color Cylindrical-coordinate representation of color #ABC8AE: hue angle of 126.21º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8AE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB171200174-
CMYK0.1400.130.22
HSL126.21º20.86%72.75%-
HSV(B)126.21º14.5%78.43%-
XYZ45.0953.0247.9-
YUV188.36119.89115.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=31.38%
G=36.70%
B=31.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001740.1400.130.22126.2120.8672.75
HexABC8AEE0D167e1549
Octal253310256160152617625111
Binary101010111100100010101110111001101101101111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8AE; }

 p { color: rgb(171,200,174); }

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

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

 a { background-color: rgb(171,200,174); }

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

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

 span { border-color: rgb(171,200,174); }

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