Html Css Color HEX #ADCEAE Zanah

📋 copy color: '#ADCEAE'

red 173 ◦ green 206 ◦ blue 174

#ADCEAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ADCEAE

Tints of Zanah #ADCEAE

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 value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#ADCEAE (or 0xADCEAE) is known color: 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

RGB 173 206 174 -
CMYK 0.16 0 0.16 0.19
HSL 121.82º 0.25% 0.74% -
HSV(B) 121.82º 0.16% 0.81% -
XYZ 46.94 56.08 48.4 -
YUV 192.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 173 206 174 0.16 0 0.16 0.19 121.82 0.25 0.74
Hex AD CE AE 10 0 10 13 7A 19 4A
Octal 255 316 256 20 0 20 23 172 31 112
Binary 10101101 11001110 10101110 10000 0 10000 10011 1111010 11001 1001010

Color Harmonies of #ADCEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEAE

Black with #ADCEAE

Text Example


Text Example

White with #ADCEAE

Text Example


Text Example

HTML Codes & Css Web 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>