#ADD0AB

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

Shades of Zanah #ADD0AB

Tints of Zanah #ADD0AB

Color information

#ADD0AB (or 0xADD0AB) is unknown color: approx 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

RGB173208171-
CMYK0.1700.180.18
HSL116.76º28.24%74.31%-
HSV(B)116.76º17.79%81.57%-
XYZ47.1456.9447.03-
YUV193.32115.4113.51-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081710.1700.180.18116.7628.2474.31
HexADD0AB1101212751c4a
Octal255320253210222216534112
Binary10101101110100001010101110001010010100101110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>