Html Css Color HEX #ADD0A6 Zanah

📋 copy color: '#ADD0A6'

red 173 ◦ green 208 ◦ blue 166

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

Shades of Zanah #ADD0A6

Tints of Zanah #ADD0A6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.03%

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

R = 31.63%
G = 38.03%
B = 30.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#ADD0A6 (or 0xADD0A6) is known color: Zanah. HEX triplet: AD, D0 and A6. RGB value is (173,208,166). Sum of RGB (Red+Green+Blue) = 173+208+166=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0A6 is #522F59. Grayscale: #C0C0C0. Windows color (decimal): -5386074 or 10932397. OLE color: 10932397.

HSL color Cylindrical-coordinate representation of color #ADD0A6: hue angle of 110º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD0A6 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 166 -
CMYK 0.17 0 0.20 0.18
HSL 110º 0.31% 0.73% -
HSV(B) 110º 0.2% 0.82% -
XYZ 46.67 56.75 44.57 -
YUV 192.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 173 208 166 0.17 0 0.20 0.18 110 0.31 0.73
Hex AD D0 A6 11 0 14 12 6E 1F 49
Octal 255 320 246 21 0 24 22 156 37 111
Binary 10101101 11010000 10100110 10001 0 10100 10010 1101110 11111 1001001

Color Harmonies of #ADD0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0A6

Black with #ADD0A6

Text Example


Text Example

White with #ADD0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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