Html Css Color HEX #ADD0AB Zanah

📋 copy color: '#ADD0AB'

red 173 ◦ green 208 ◦ blue 171

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

Shades of Zanah #ADD0AB

Tints of Zanah #ADD0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 31.34%
G = 37.68%
B = 30.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#ADD0AB (or 0xADD0AB) is known color: Zanah. HEX triplet: AD, D0 and AB. RGB value is (173,208,171). Sum of RGB (Red+Green+Blue) = 173+208+171=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0AB is #522F54. Grayscale: #C1C1C1. Windows color (decimal): -5386069 or 11260077. OLE color: 11260077.

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

Color convert

RGB 173 208 171 -
CMYK 0.17 0 0.18 0.18
HSL 116.76º 0.28% 0.74% -
HSV(B) 116.76º 0.18% 0.82% -
XYZ 47.14 56.94 47.03 -
YUV 193.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 173 208 171 0.17 0 0.18 0.18 116.76 0.28 0.74
Hex AD D0 AB 11 0 12 12 75 1C 4A
Octal 255 320 253 21 0 22 22 165 34 112
Binary 10101101 11010000 10101011 10001 0 10010 10010 1110101 11100 1001010

Color Harmonies of #ADD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0AB

Black with #ADD0AB

Text Example


Text Example

White with #ADD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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