#ACCEAD

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

Shades of Zanah #ACCEAD

Tints of Zanah #ACCEAD

Color information

#ACCEAD (or 0xACCEAD) is unknown color: approx Zanah. HEX triplet: AC, CE and AD. RGB value is (172,206,173). Sum of RGB (Red+Green+Blue) = 172+206+173=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEAD is #533152. Grayscale: #C0C0C0. Windows color (decimal): -5452115 or 11390636. OLE color: 11390636.

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

Color convert

RGB172206173-
CMYK0.1700.160.19
HSL121.76º25.76%74.12%-
HSV(B)121.76º16.5%80.78%-
XYZ46.6355.9347.87-
YUV192.07117.24113.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=31.22%
G=37.39%
B=31.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061730.1700.160.19121.7625.7674.12
HexACCEAD11010137a1a4a
Octal254316255210202317232112
Binary10101100110011101010110110001010000100111111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEAD; }

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

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

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

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

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

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

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

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