#ADD6BB

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

Shades of Gum Leaf #ADD6BB

Tints of Gum Leaf #ADD6BB

Color information

#ADD6BB (or 0xADD6BB) is unknown color: approx Gum Leaf. HEX triplet: AD, D6 and BB. RGB value is (173,214,187). Sum of RGB (Red+Green+Blue) = 173+214+187=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6BB is #522944. Grayscale: #C6C6C6. Windows color (decimal): -5384517 or 12310189. OLE color: 12310189.

HSL color Cylindrical-coordinate representation of color #ADD6BB: hue angle of 140.49º degrees, saturation: 0.33, 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 #ADD6BB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB173214187-
CMYK0.1900.130.16
HSL140.49º33.33%75.88%-
HSV(B)140.49º19.16%83.92%-
XYZ50.2560.5756.06-
YUV198.66121.42109.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=30.14%
G=37.28%
B=32.58%

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
Decimal1732141870.1900.130.16140.4933.3375.88
HexADD6BB130D108c214c
Octal255326273230152021441114
Binary101011011101011010111011100110110110000100011001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6BB; }

 p { color: rgb(173,214,187); }

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

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

 a { background-color: rgb(173,214,187); }

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

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

 span { border-color: rgb(173,214,187); }

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