#ADD3BA

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

Shades of Gum Leaf #ADD3BA

Tints of Gum Leaf #ADD3BA

Color information

#ADD3BA (or 0xADD3BA) is unknown color: approx Gum Leaf. HEX triplet: AD, D3 and BA. RGB value is (173,211,186). Sum of RGB (Red+Green+Blue) = 173+211+186=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3BA is #522C45. Grayscale: #C4C4C4. Windows color (decimal): -5385286 or 12243885. OLE color: 12243885.

HSL color Cylindrical-coordinate representation of color #ADD3BA: hue angle of 140.53º degrees, saturation: 0.3, 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 #ADD3BA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB173211186-
CMYK0.1800.120.17
HSL140.53º30.16%75.29%-
HSV(B)140.53º18.01%82.75%-
XYZ49.3959.0255.24-
YUV196.79121.91111.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 211 (82.81% from 255) = 37.02%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=30.35%
G=37.02%
B=32.63%

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
Decimal1732111860.1800.120.17140.5330.1675.29
HexADD3BA120C118d1e4b
Octal255323272220142121536113
Binary10101101110100111011101010010011001000110001101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3BA; }

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

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

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

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

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

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

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

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