#ADD5BA

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

Shades of Gum Leaf #ADD5BA

Tints of Gum Leaf #ADD5BA

Color information

#ADD5BA (or 0xADD5BA) is unknown color: approx Gum Leaf. HEX triplet: AD, D5 and BA. RGB value is (173,213,186). Sum of RGB (Red+Green+Blue) = 173+213+186=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5BA is #522A45. Grayscale: #C6C6C6. Windows color (decimal): -5384774 or 12244397. OLE color: 12244397.

HSL color Cylindrical-coordinate representation of color #ADD5BA: hue angle of 139.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5BA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB173213186-
CMYK0.1900.130.16
HSL139.5º32.26%75.69%-
HSV(B)139.5º18.78%83.53%-
XYZ49.8960.0255.41-
YUV197.96121.25110.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=30.24%
G=37.24%
B=32.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131860.1900.130.16139.532.2675.69
HexADD5BA130D108c204c
Octal255325272230152021440114
Binary101011011101010110111010100110110110000100011001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5BA; }

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

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

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

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

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

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

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

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