#ADD4BA

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

Shades of Gum Leaf #ADD4BA

Tints of Gum Leaf #ADD4BA

Color information

#ADD4BA (or 0xADD4BA) is unknown color: approx Gum Leaf. HEX triplet: AD, D4 and BA. RGB value is (173,212,186). Sum of RGB (Red+Green+Blue) = 173+212+186=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4BA is #522B45. Grayscale: #C5C5C5. Windows color (decimal): -5385030 or 12244141. OLE color: 12244141.

HSL color Cylindrical-coordinate representation of color #ADD4BA: hue angle of 140º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4BA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB173212186-
CMYK0.1800.120.17
HSL140º31.2%75.49%-
HSV(B)140º18.4%83.14%-
XYZ49.6459.5255.33-
YUV197.38121.58110.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=30.30%
G=37.13%
B=32.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121860.1800.120.1714031.275.49
HexADD4BA120C118c1f4b
Octal255324272220142121437113
Binary10101101110101001011101010010011001000110001100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4BA; }

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

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

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

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

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

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

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

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