#ADCEAE

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

Shades of Zanah #ADCEAE

Tints of Zanah #ADCEAE

Color information

#ADCEAE (or 0xADCEAE) is unknown color: approx Zanah. HEX triplet: AD, CE and AE. RGB value is (173,206,174). Sum of RGB (Red+Green+Blue) = 173+206+174=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEAE is #523151. Grayscale: #C0C0C0. Windows color (decimal): -5386578 or 11456173. OLE color: 11456173.

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

Color convert

RGB173206174-
CMYK0.1600.160.19
HSL121.82º25.19%74.31%-
HSV(B)121.82º16.02%80.78%-
XYZ46.9456.0848.4-
YUV192.48117.57114.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=31.28%
G=37.25%
B=31.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061740.1600.160.19121.8225.1974.31
HexADCEAE10010137a194a
Octal255316256200202317231112
Binary10101101110011101010111010000010000100111111010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEAE; }

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

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

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

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

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

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

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

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