#ACCEA6

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

Shades of Zanah #ACCEA6

Tints of Zanah #ACCEA6

Color information

#ACCEA6 (or 0xACCEA6) is unknown color: approx Zanah. HEX triplet: AC, CE and A6. RGB value is (172,206,166). Sum of RGB (Red+Green+Blue) = 172+206+166=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEA6 is #533159. Grayscale: #BFBFBF. Windows color (decimal): -5452122 or 10931884. OLE color: 10931884.

HSL color Cylindrical-coordinate representation of color #ACCEA6: hue angle of 111º degrees, saturation: 0.29, 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 #ACCEA6 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB172206166-
CMYK0.1700.190.19
HSL111º28.99%72.94%-
HSV(B)111º19.42%80.78%-
XYZ45.9755.6744.4-
YUV191.27113.74114.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 166 (65.23% from 255) = 30.51%
R=31.62%
G=37.87%
B=30.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061660.1700.190.1911128.9972.94
HexACCEA611013136f1d49
Octal254316246210232315735111
Binary10101100110011101010011010001010011100111101111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEA6; }

 p { color: rgb(172,206,166); }

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

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

 a { background-color: rgb(172,206,166); }

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

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

 span { border-color: rgb(172,206,166); }

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