#A8CEA5

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

Shades of Zanah #A8CEA5

Tints of Zanah #A8CEA5

Color information

#A8CEA5 (or 0xA8CEA5) is unknown color: approx Zanah. HEX triplet: A8, CE and A5. RGB value is (168,206,165). Sum of RGB (Red+Green+Blue) = 168+206+165=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEA5 is #57315A. Grayscale: #BEBEBE. Windows color (decimal): -5714267 or 10866344. OLE color: 10866344.

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

Color convert

RGB168206165-
CMYK0.1800.200.19
HSL115.61º29.5%72.75%-
HSV(B)115.61º19.9%80.78%-
XYZ45.0155.1843.88-
YUV189.96113.91112.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 165 (64.84% from 255) = 30.61%
R=31.17%
G=38.22%
B=30.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061650.1800.200.19115.6129.572.75
HexA8CEA51201413741d49
Octal250316245220242316435111
Binary10101000110011101010010110010010100100111110100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEA5; }

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

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

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

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

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

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

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

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