#ADD2BA

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

Shades of Gum Leaf #ADD2BA

Tints of Gum Leaf #ADD2BA

Color information

#ADD2BA (or 0xADD2BA) is unknown color: approx Gum Leaf. HEX triplet: AD, D2 and BA. RGB value is (173,210,186). Sum of RGB (Red+Green+Blue) = 173+210+186=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2BA is #522D45. Grayscale: #C4C4C4. Windows color (decimal): -5385542 or 12243629. OLE color: 12243629.

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

Color convert

RGB173210186-
CMYK0.1800.110.18
HSL141.08º29.13%75.1%-
HSV(B)141.08º17.62%82.35%-
XYZ49.1458.5255.16-
YUV196.2122.24111.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=30.40%
G=36.91%
B=32.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732101860.1800.110.18141.0829.1375.1
HexADD2BA120B128d1d4b
Octal255322272220132221535113
Binary10101101110100101011101010010010111001010001101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2BA; }

 p { color: rgb(173,210,186); }

 H1.HeaderClassName
 {
   color: #ADD2BA;
 }
 .AnyTagClassName
 {
   color: #ADD2BA;
 }
</style>
background-color css

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

 a { background-color: rgb(173,210,186); }

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

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

 span { border-color: rgb(173,210,186); }

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