#A8CEAB

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

Shades of Gum Leaf #A8CEAB

Tints of Gum Leaf #A8CEAB

Color information

#A8CEAB (or 0xA8CEAB) is unknown color: approx Gum Leaf. HEX triplet: A8, CE and AB. RGB value is (168,206,171). Sum of RGB (Red+Green+Blue) = 168+206+171=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEAB is #573154. Grayscale: #BEBEBE. Windows color (decimal): -5714261 or 11259560. OLE color: 11259560.

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

Color convert

RGB168206171-
CMYK0.1800.170.19
HSL124.74º27.94%73.33%-
HSV(B)124.74º18.45%80.78%-
XYZ45.5755.4146.82-
YUV190.65116.91111.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=30.83%
G=37.80%
B=31.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061710.1800.170.19124.7427.9473.33
HexA8CEAB12011137d1c49
Octal250316253220212317534111
Binary10101000110011101010101110010010001100111111101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEAB; }

 p { color: rgb(168,206,171); }

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

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

 a { background-color: rgb(168,206,171); }

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

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

 span { border-color: rgb(168,206,171); }

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