#ADC3BA

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

Shades of Loblolly #ADC3BA

Tints of Loblolly #ADC3BA

Color information

#ADC3BA (or 0xADC3BA) is unknown color: approx Loblolly. HEX triplet: AD, C3 and BA. RGB value is (173,195,186). Sum of RGB (Red+Green+Blue) = 173+195+186=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3BA is #523C45. Grayscale: #BBBBBB. Windows color (decimal): -5389382 or 12239789. OLE color: 12239789.

HSL color Cylindrical-coordinate representation of color #ADC3BA: hue angle of 155.45º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC3BA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB173195186-
CMYK0.1100.050.24
HSL155.45º15.49%72.16%-
HSV(B)155.45º11.28%76.47%-
XYZ45.6151.4653.98-
YUV187.4127.21117.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=31.23%
G=35.20%
B=33.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951860.1100.050.24155.4515.4972.16
HexADC3BAB05189bf48
Octal25530327213053023317110
Binary10101101110000111011101010110101110001001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3BA; }

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

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

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

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

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

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

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

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