Html Css Color HEX #ADCEA6 Zanah

📋 copy color: '#ADCEA6'

red 173 ◦ green 206 ◦ blue 166

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

Shades of Zanah #ADCEA6

Tints of Zanah #ADCEA6

RGB

 RED value IS 173 (67.97% from 255) = 31.74%

 GREEN value IS 206 (80.86% from 255) = 37.8%

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 31.74%
G = 37.8%
B = 30.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#ADCEA6 (or 0xADCEA6) is known color: Zanah. HEX triplet: AD, CE and A6. RGB value is (173,206,166). Sum of RGB (Red+Green+Blue) = 173+206+166=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA6 is #523159. Grayscale: #BFBFBF. Windows color (decimal): -5386586 or 10931885. OLE color: 10931885.

HSL color Cylindrical-coordinate representation of color #ADCEA6: hue angle of 109.5º 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 #ADCEA6 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 166 -
CMYK 0.16 0 0.19 0.19
HSL 109.5º 0.29% 0.73% -
HSV(B) 109.5º 0.19% 0.81% -
XYZ 46.19 55.78 44.41 -
YUV 191.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 173 206 166 0.16 0 0.19 0.19 109.5 0.29 0.73
Hex AD CE A6 10 0 13 13 6E 1D 49
Octal 255 316 246 20 0 23 23 156 35 111
Binary 10101101 11001110 10100110 10000 0 10011 10011 1101110 11101 1001001

Color Harmonies of #ADCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEA6

Black with #ADCEA6

Text Example


Text Example

White with #ADCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEA6; }

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

 H1.HeaderClassName
 {
   color: #ADCEA6;
 }
 .AnyTagClassName
 {
   color: #ADCEA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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