#ADD4B5

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

Shades of Gum Leaf #ADD4B5

Tints of Gum Leaf #ADD4B5

Color information

#ADD4B5 (or 0xADD4B5) is unknown color: approx Gum Leaf. HEX triplet: AD, D4 and B5. RGB value is (173,212,181). Sum of RGB (Red+Green+Blue) = 173+212+181=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4B5 is #522B4A. Grayscale: #C4C4C4. Windows color (decimal): -5385035 or 11916461. OLE color: 11916461.

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

Color convert

RGB173212181-
CMYK0.1800.150.17
HSL132.31º31.2%75.49%-
HSV(B)132.31º18.4%83.14%-
XYZ49.1259.3152.57-
YUV196.8119.08111.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=30.57%
G=37.46%
B=31.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121810.1800.150.17132.3131.275.49
HexADD4B5120F11841f4b
Octal255324265220172120437113
Binary10101101110101001011010110010011111000110000100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4B5; }

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

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

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

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

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

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

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

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