#ADC0B3

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

Shades of Gum Leaf #ADC0B3

Tints of Gum Leaf #ADC0B3

Color information

#ADC0B3 (or 0xADC0B3) is unknown color: approx Gum Leaf. HEX triplet: AD, C0 and B3. RGB value is (173,192,179). Sum of RGB (Red+Green+Blue) = 173+192+179=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0B3 is #523F4C. Grayscale: #B8B8B8. Windows color (decimal): -5390157 or 11780269. OLE color: 11780269.

HSL color Cylindrical-coordinate representation of color #ADC0B3: hue angle of 138.95º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC0B3 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB173192179-
CMYK0.1000.070.25
HSL138.95º13.1%71.57%-
HSV(B)138.95º9.9%75.29%-
XYZ44.2249.8449.94-
YUV184.84124.71119.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=31.80%
G=35.29%
B=32.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921790.1000.070.25138.9513.171.57
HexADC0B3A07198bd48
Octal25530026312073121315110
Binary10101101110000001011001110100111110011000101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0B3; }

 p { color: rgb(173,192,179); }

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

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

 a { background-color: rgb(173,192,179); }

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

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

 span { border-color: rgb(173,192,179); }

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